Fix failing test

pull/2984/head
David Disu 2 years ago committed by Aniket
parent 31c0367db8
commit d6919503a3
  1. 3
      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
}
Loading…
Cancel
Save