pull/2868/head
filip mertens 2 years ago
parent 0ccb2d4d71
commit 6a89c22eec
  1. 2
      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()

Loading…
Cancel
Save