Skip "upload" test for the open modal

This commit is contained in:
pathmapper 2019-06-08 17:16:51 +02:00
parent e9a8b094a2
commit 84d56b2606

View file

@ -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);