pull/4991/head
bunsenstraat 4 months ago
parent 1e808ffa70
commit 3c2886f4a4
  1. 1
      apps/remixdesktop/test/tests/app/git-ui_2.test.ts

@ -76,6 +76,7 @@ const tests = {
'check if the branch is in the filePanel #group2': function (browser: NightwatchBrowser) {
browser
.clickLaunchIcon('filePanel')
.pause(1000)
.waitForElementVisible('*[data-id="workspaceGitBranchesDropdown"]')
.click('[data-id="workspaceGitBranchesDropdown"]')
.waitForElementVisible('*[data-id="workspaceGit-testbranch"]')

Loading…
Cancel
Save