fix firefox e2e

pull/2234/head
Aniket-Engg 3 years ago committed by yann300
parent 82f5ce0f76
commit 2415ee44a6
  1. 2
      apps/remix-ide-e2e/src/tests/editor.test.ts

@ -190,7 +190,7 @@ module.exports = {
.setEditorValue(BallotWithARefToOwner)
.clickLaunchIcon('solidity')
.click('*[data-id="compilerContainerCompileBtn"]') // compile
.pause(2000)
.pause(6000)
.execute(() => {
(document.getElementById('editorView') as any).gotoLine(14, 6)
}, [], () => {})

Loading…
Cancel
Save