mirror of
https://github.com/maputnik/editor.git
synced 2026-07-29 17:27:28 +00:00
Skip "upload" test for the open modal
This commit is contained in:
@@ -41,7 +41,8 @@ describe("modals", function() {
|
|||||||
closeModal("open-modal");
|
closeModal("open-modal");
|
||||||
});
|
});
|
||||||
|
|
||||||
it("upload", function() {
|
// "chooseFile" command currently not available for wdio v5 https://github.com/webdriverio/webdriverio/pull/3632
|
||||||
|
it.skip("upload", function() {
|
||||||
const elem = $("*[type='file']");
|
const elem = $("*[type='file']");
|
||||||
elem.waitForExist();
|
elem.waitForExist();
|
||||||
browser.chooseFile("*[type='file']", styleFilePath);
|
browser.chooseFile("*[type='file']", styleFilePath);
|
||||||
|
|||||||
Reference in New Issue
Block a user