wait for element

pull/5103/head
bunsenstraat 3 months ago committed by bunsenstraat
parent e2fdc93066
commit 33f9324d79
  1. 4
      apps/remix-ide-e2e/src/tests/dgit_local.test.ts

@ -317,6 +317,10 @@ module.exports = {
},
'switch back to master #group2': function (browser: NightwatchBrowser) {
browser
.waitForElementVisible({
selector: "//*[@data-id='branches-panel-content']//*[@data-id='branches-toggle-branch-master']",
locateStrategy: 'xpath',
})
.click({
selector: "//*[@data-id='branches-panel-content']//*[@data-id='branches-toggle-branch-master']",
locateStrategy: 'xpath',

Loading…
Cancel
Save