pull/4791/head
Your Name 5 months ago
parent 18290370bf
commit e940a616c6
  1. 2
      apps/remix-ide-e2e/src/tests/workspace_git.test.ts

@ -445,6 +445,7 @@ module.exports = {
}, },
'check source controle panel again #group5': function (browser: NightwatchBrowser) { 'check source controle panel again #group5': function (browser: NightwatchBrowser) {
browser browser
.pause(5000)
.clickLaunchIcon('dgit') .clickLaunchIcon('dgit')
.waitForElementVisible('*[data-id="initgit-btn"]') .waitForElementVisible('*[data-id="initgit-btn"]')
.click('*[data-id="initgit-btn"]') .click('*[data-id="initgit-btn"]')
@ -476,6 +477,7 @@ module.exports = {
}, },
'check source controle panel for uniswap #group5': function (browser: NightwatchBrowser) { 'check source controle panel for uniswap #group5': function (browser: NightwatchBrowser) {
browser browser
.pause(5000)
.clickLaunchIcon('dgit') .clickLaunchIcon('dgit')
.click('*[data-id="remotes-panel"]') .click('*[data-id="remotes-panel"]')
.waitForElementVisible('*[data-id="remotes-panel-content"]') .waitForElementVisible('*[data-id="remotes-panel-content"]')

Loading…
Cancel
Save