scroll hover test

editorcontextDummy
filip mertens 2 years ago
parent 004fb2bb15
commit cb160a44ee
  1. 1
      apps/remix-ide-e2e/src/tests/editorHoverContext.test.ts

@ -24,6 +24,7 @@ module.exports = {
.waitForElementVisible('#editorView')
.setEditorValue(BallotWithARefToOwner)
.pause(4000) // wait for the compiler to finish
.scrollToLine(37)
},
'Should show hover over contract in editor #group1': function (browser: NightwatchBrowser) {
const path = "//*[contains(text(),'BallotHoverTest')]"

Loading…
Cancel
Save