Update workspace_git.test.ts

pull/5580/head
maradini77 1 month ago committed by Aniket
parent bc08fd16de
commit 58d8308fd9
  1. 6
      apps/remix-ide-e2e/src/tests/workspace_git.test.ts

@ -434,7 +434,7 @@ module.exports = {
.click('*[data-id="saveGitHubCredentials"]') .click('*[data-id="saveGitHubCredentials"]')
.modalFooterOKClick('github-credentials-error') .modalFooterOKClick('github-credentials-error')
}, },
'check source controle panel #group5': function (browser: NightwatchBrowser) { 'check source control panel #group5': function (browser: NightwatchBrowser) {
browser browser
.waitForElementVisible('*[data-id="sourcecontrol-panel"]') .waitForElementVisible('*[data-id="sourcecontrol-panel"]')
.click('*[data-id="sourcecontrol-panel"]') .click('*[data-id="sourcecontrol-panel"]')
@ -448,7 +448,7 @@ module.exports = {
.clickLaunchIcon('filePanel') .clickLaunchIcon('filePanel')
.switchWorkspace('default_workspace') .switchWorkspace('default_workspace')
}, },
'check source controle panel again #group5': function (browser: NightwatchBrowser) { 'check source control panel again #group5': function (browser: NightwatchBrowser) {
browser browser
.pause(1000) .pause(1000)
.clickLaunchIcon('dgit') .clickLaunchIcon('dgit')
@ -485,7 +485,7 @@ module.exports = {
'Incorrect content') 'Incorrect content')
}) })
}, },
'check source controle panel for uniswap #group5': function (browser: NightwatchBrowser) { 'check source control panel for uniswap #group5': function (browser: NightwatchBrowser) {
browser browser
.pause(5000) .pause(5000)
.clickLaunchIcon('dgit') .clickLaunchIcon('dgit')

Loading…
Cancel
Save