mirror of
https://github.com/maputnik/editor.git
synced 2026-07-27 16:27:26 +00:00
convert more tests
This commit is contained in:
@@ -32,7 +32,6 @@ export default class ModalDriver {
|
||||
},
|
||||
|
||||
close: (key: string) => {
|
||||
this.helper.when.waitUntil(() => this.helper.get.element(key));
|
||||
this.helper.when.click(key + ".close-modal");
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user