From 76b259d31e8372c6ff5f0bd6a2d004a8edcc7fd0 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Thu, 18 Jul 2024 10:11:28 +0200 Subject: [PATCH] fix test --- apps/remix-ide-e2e/src/tests/dgit_github.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/tests/dgit_github.test.ts b/apps/remix-ide-e2e/src/tests/dgit_github.test.ts index 6c8f8cfa08..87e5fe8caa 100644 --- a/apps/remix-ide-e2e/src/tests/dgit_github.test.ts +++ b/apps/remix-ide-e2e/src/tests/dgit_github.test.ts @@ -101,7 +101,7 @@ module.exports = { .click('*[data-id="remotes-panel"]') .waitForElementVisible('*[data-id="remotes-panel-content"]') - .click({ + .waitForElementVisible({ selector: '//*[@data-id="remotes-panel-content"]//*[@data-id="remote-detail-origin"]', locateStrategy: 'xpath' })