addcomments

pull/2868/head
filip mertens 2 years ago
parent c2df599cbd
commit 7fdc0b0d7e
  1. 2
      apps/remix-ide-e2e/src/commands/addFile.ts

@ -36,7 +36,7 @@ function addFile(browser: NightwatchBrowser, name: string, content: NightwatchCo
timeout: 2000
}, (okVisible) => {
// @ts-ignore
// status === -1 means the element is not visible, 0 means it is visible
// status === -1 means the element is not visible, 0 means it is visible.
if (okVisible.status === 0) {
browser.openFile(name)
.perform(function () {

Loading…
Cancel
Save