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

@ -76,7 +76,9 @@ const tests = {
'check if the branch is in the filePanel #group2': function (browser: NightwatchBrowser) {
browser
.clickLaunchIcon('filePanel')
.waitForElementVisible('*[data-id="workspaceGitBranchesDropdown"]')
.click('[data-id="workspaceGitBranchesDropdown"]')
.waitForElementVisible('*[data-id="workspaceGit-testbranch"]')
.expect.element('[data-id="workspaceGit-testbranch"]').text.to.contain('✓ ')
},
'publish the branch #group2': function (browser: NightwatchBrowser) {

Loading…
Cancel
Save