From 41eb0d91803640a231a3a726ec3ccfddc7b6546d Mon Sep 17 00:00:00 2001 From: David Disu Date: Sun, 30 Oct 2022 20:10:58 +0100 Subject: [PATCH] Fix failing test --- apps/remix-ide-e2e/src/tests/workspace_git.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/remix-ide-e2e/src/tests/workspace_git.test.ts b/apps/remix-ide-e2e/src/tests/workspace_git.test.ts index 8840cedd77..c977f8e24d 100644 --- a/apps/remix-ide-e2e/src/tests/workspace_git.test.ts +++ b/apps/remix-ide-e2e/src/tests/workspace_git.test.ts @@ -209,7 +209,6 @@ module.exports = { 'Should prevent checkout to a branch if local changes exists #group3': function (browser: NightwatchBrowser) { browser .renamePath('README.md', 'README.txt', 'README.txt') - .clickLaunchIcon('filePanel') .waitForElementVisible('[data-id="workspaceGitBranchesDropdown"]') .click('[data-id="workspaceGitBranchesDropdown"]') .waitForElementVisible('[data-id="workspaceGit-dev"]') @@ -236,5 +235,7 @@ module.exports = { .expect.element('[data-id="workspaceGit-dev"]').text.to.contain('✓ ') }, + // GIT BRANCHES E2E END + tearDown: sauce } \ No newline at end of file