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