largegittest2
bunsenstraat 3 months ago
parent 24c6bba6de
commit e41dd7a336
  1. 2
      apps/remix-ide-e2e/src/tests/dgit_github.test.ts

@ -211,6 +211,8 @@ module.exports = {
'add a remote #group2': function (browser: NightwatchBrowser) { 'add a remote #group2': function (browser: NightwatchBrowser) {
browser browser
.pause(1000) .pause(1000)
.clickLaunchIcon('dgit')
.waitForElementVisible('*[data-id="remotes-panel"]')
.click('*[data-id="remotes-panel"]') .click('*[data-id="remotes-panel"]')
.click({ .click({
selector: '//*[@data-id="remotes-panel-content"]//*[@data-id="fetch-repositories"]', selector: '//*[@data-id="remotes-panel-content"]//*[@data-id="fetch-repositories"]',

Loading…
Cancel
Save