mirror of
https://github.com/maputnik/editor.git
synced 2025-12-25 07:30:00 +00:00
Skip "upload" test for the open modal
This commit is contained in:
@@ -41,7 +41,8 @@ describe("modals", function() {
|
||||
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']");
|
||||
elem.waitForExist();
|
||||
browser.chooseFile("*[type='file']", styleFilePath);
|
||||
|
||||
Reference in New Issue
Block a user