mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-11 10:49:59 +01:00
UI test for quick selector add step
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user