addfile update

pull/5370/head
filip mertens 3 years ago
parent b9b6d2ff8b
commit 995fe411d0
  1. 2
      apps/remix-ide-e2e/src/commands/addFile.ts

@ -16,7 +16,7 @@ class AddFile extends EventEmitter {
function addFile (browser: NightwatchBrowser, name: string, content: NightwatchContractContent, done: VoidFunction) {
browser.clickLaunchIcon('udapp')
.clickLaunchIcon('filePanel')
.click('li[data-id="treeViewLitreeViewItemREADME.txt"]') // focus on root directory
.click('*[data-id="remixUIWorkspaceExplorer"]') // focus on root directory
.elements('css selector', `li[data-id="treeViewLitreeViewItem${name}"]`, (res) => {
if (res.value && (res.value as any).length > 0) {
browser.openFile(name)

Loading…
Cancel
Save