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