mirror of
https://github.com/publiclab/image-sequencer.git
synced 2025-12-14 20:30:01 +01:00
@@ -39,4 +39,10 @@ describe('Default sequencer HTML', function() {
|
|||||||
it('import options from url', function() {
|
it('import options from url', function() {
|
||||||
expect(defaultHtmlSequencerUi.importStepsFromUrlHash).toHaveBeenCalled();
|
expect(defaultHtmlSequencerUi.importStepsFromUrlHash).toHaveBeenCalled();
|
||||||
});
|
});
|
||||||
});
|
|
||||||
|
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