pull/5370/head
filip mertens 2 years ago
parent 456a293e35
commit 8984cae485
  1. 3
      apps/remix-ide-e2e/src/commands/addFile.ts

@ -36,8 +36,7 @@ function addFile (browser: NightwatchBrowser, name: string, content: NightwatchC
locateStrategy: 'xpath',
abortOnFailure: false,
suppressNotFoundErrors: true,
},(okVisible) => {
console.log('okVisible', okVisible)
timeout: 2000
})
.elements('css selector', `li[data-id="treeViewLitreeViewItem${name}"]`, (res) => {
console.log(res)

Loading…
Cancel
Save