diff --git a/apps/remix-ide-e2e/src/commands/addFile.ts b/apps/remix-ide-e2e/src/commands/addFile.ts index 9d8b724ca4..b77e8327e0 100644 --- a/apps/remix-ide-e2e/src/commands/addFile.ts +++ b/apps/remix-ide-e2e/src/commands/addFile.ts @@ -50,8 +50,8 @@ function addFile(browser: NightwatchBrowser, name: string, content: NightwatchCo selector: `li[data-id="treeViewLitreeViewItem${name}"]`, abortOnFailure: false, suppressNotFoundErrors: true, + timeout: 60000 }) - .waitForElementVisible(`li[data-id="treeViewLitreeViewItem${name}"]`) .setEditorValue(content.content) .perform(function () { done()