UI test for quick selector add step

This commit is contained in:
Jeffrey Warren
2019-09-01 16:15:30 -04:00
committed by GitHub
parent 776cb42bd6
commit e739cea236

View File

@@ -40,7 +40,7 @@ describe('Default sequencer HTML', function() {
expect(defaultHtmlSequencerUi.importStepsFromUrlHash).toHaveBeenCalled();
});
xit('adds a step from the quick selector', function() {
it('adds a step from the quick selector', function() {
expect($('.step').length).toBe(1);
$("[data-value='brightness']").click()
expect($('.step').length).toBe(2);