Remove external commit

pull/3413/head
ioedeveloper 2 years ago
parent f44971834c
commit 3da070e559
  1. 3
      apps/remix-ide-e2e/src/tests/solidityImport.test.ts

@ -31,7 +31,8 @@ module.exports = {
.isVisible({
selector: "//span[contains(.,'not found Untitled11')]",
locateStrategy: 'xpath',
timeout: 120000
timeout: 120000,
suppressNotFoundErrors: true
})
},

Loading…
Cancel
Save