mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-13 20:00:05 +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();
|
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);
|
expect($('.step').length).toBe(1);
|
||||||
$("[data-value='brightness']").click()
|
$("[data-value='brightness']").click()
|
||||||
expect($('.step').length).toBe(2);
|
expect($('.step').length).toBe(2);
|
||||||
|
|||||||
Reference in New Issue
Block a user