From baea5fb30baca2e5ff41d4a3a0e52880b6fa6340 Mon Sep 17 00:00:00 2001 From: yann300 Date: Wed, 24 Jan 2024 14:27:12 +0100 Subject: [PATCH] fix test --- apps/remix-ide-e2e/src/tests/gist.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/tests/gist.test.ts b/apps/remix-ide-e2e/src/tests/gist.test.ts index d10c62453e..af7e786759 100644 --- a/apps/remix-ide-e2e/src/tests/gist.test.ts +++ b/apps/remix-ide-e2e/src/tests/gist.test.ts @@ -150,8 +150,9 @@ module.exports = { 'Load Gist from URL and verify truncated files are loaded #group3': function (browser: NightwatchBrowser) { const gistId = '1b179bf1b92c8b0664b4cbe61774e15d' browser - .url('http://127.0.0.1:8080/#' + gistId) + .url('http://127.0.0.1:8080/#' + gistId) .waitForElementVisible('*[data-id="remixIdeIconPanel"]', 15000) + .clickLaunchIcon('filePanel') .waitForElementVisible(`div[data-path='default_workspace/gist-${gistId}/README.txt']`) .openFile(`gist-${gistId}/scripts/deploy_with_ethers.ts`) .getEditorValue((content) => {