flattentree
filip mertens 11 months ago
parent 2cfbfcacdf
commit da81adcf5f
  1. 2
      apps/remix-ide-e2e/src/tests/workspace_git.test.ts

@ -226,7 +226,7 @@ module.exports = {
'Should prevent checkout to a branch if local changes exists #group3': function (browser: NightwatchBrowser) { 'Should prevent checkout to a branch if local changes exists #group3': function (browser: NightwatchBrowser) {
browser browser
.renamePath('README.md', 'README_2.md', 'README_2.md') .renamePath('README.md', 'README_2', 'README_2.md')
.waitForElementVisible('[data-id="workspaceGitBranchesDropdown"]') .waitForElementVisible('[data-id="workspaceGitBranchesDropdown"]')
.click('[data-id="workspaceGitBranchesDropdown"]') .click('[data-id="workspaceGitBranchesDropdown"]')
.waitForElementVisible('[data-id="workspaceGit-dev"]') .waitForElementVisible('[data-id="workspaceGit-dev"]')

Loading…
Cancel
Save