From fcdcc2db1568ae167c9045bd7f97a198ddc95c1a Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Sat, 31 Aug 2024 10:11:07 +0200 Subject: [PATCH] group2 --- 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 553987faf9..e4875bb6c6 100644 --- a/apps/remix-ide-e2e/src/tests/dgit_github.test.ts +++ b/apps/remix-ide-e2e/src/tests/dgit_github.test.ts @@ -49,7 +49,7 @@ module.exports = { .clickLaunchIcon('filePanel') .waitForElementVisible('*[data-id="filepanel-connected-img-bunsenstraat"]') }, - 'clone a repository #flaky #group1': function (browser: NightwatchBrowser) { + 'clone a repository #group1': function (browser: NightwatchBrowser) { browser .clickLaunchIcon('dgit') .click('*[data-id="clone-panel"]') @@ -227,7 +227,7 @@ module.exports = { .waitForElementNotPresent('*[data-id="filepanel-connected-img-bunsenstraat"]') .waitForElementVisible('*[data-id="filepanel-login-github"]') }, - 'add a remote #group2': function (browser: NightwatchBrowser) { + 'add a remote #flaky #group2': function (browser: NightwatchBrowser) { browser .pause(1000) .clickLaunchIcon('dgit')