add a pause

pull/5103/head
bunsenstraat 3 months ago committed by bunsenstraat
parent 16e9054862
commit 3e50a9636c
  1. 1
      apps/remix-ide-e2e/src/tests/dgit_local.test.ts

@ -242,6 +242,7 @@ module.exports = {
browser
.clickLaunchIcon('filePanel')
.waitForElementVisible('*[data-id="workspaceGitBranchesDropdown"]')
.pause(1000)
.click('[data-id="workspaceGitBranchesDropdown"]')
.expect.element('[data-id="workspaceGit-testbranch"]').text.to.contain('✓ ')
},

Loading…
Cancel
Save