From cb160a44eef2c9494ac6abca5d2bb5404820607e Mon Sep 17 00:00:00 2001 From: filip mertens Date: Thu, 14 Jul 2022 13:43:46 +0200 Subject: [PATCH] scroll hover test --- apps/remix-ide-e2e/src/tests/editorHoverContext.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/remix-ide-e2e/src/tests/editorHoverContext.test.ts b/apps/remix-ide-e2e/src/tests/editorHoverContext.test.ts index f6562df06d..9f32b4119d 100644 --- a/apps/remix-ide-e2e/src/tests/editorHoverContext.test.ts +++ b/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')]"