From 6470d97e3a446e3008ac557dd8169860b2c06d40 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Sat, 31 Aug 2024 09:18:58 +0200 Subject: [PATCH] group1 --- apps/remix-ide-e2e/src/tests/dgit_github.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 0945da1c36..d7c793ff85 100644 --- a/apps/remix-ide-e2e/src/tests/dgit_github.test.ts +++ b/apps/remix-ide-e2e/src/tests/dgit_github.test.ts @@ -25,7 +25,7 @@ module.exports = { .waitForElementVisible('*[data-id="filepanel-login-github"]') .click('*[data-id="filepanel-login-github"]') }, - 'login to github #flaky #group1 #group2': function (browser: NightwatchBrowser) { + 'login to github #group1 #group2': function (browser: NightwatchBrowser) { browser .waitForElementVisible('*[data-id="github-panel"]') .waitForElementVisible('*[data-id="gitubUsername"]') @@ -45,7 +45,7 @@ module.exports = { .clickLaunchIcon('filePanel') .waitForElementVisible('*[data-id="filepanel-connected-img-bunsenstraat"]') }, - 'clone a repository #group1': function (browser: NightwatchBrowser) { + 'clone a repository #flaky #group1': function (browser: NightwatchBrowser) { browser .clickLaunchIcon('dgit') .click('*[data-id="clone-panel"]')