pull/5370/head
bunsenstraat 6 months ago
parent 7adb30f44f
commit d7dd90ca91
  1. 3
      apps/remix-ide-e2e/src/tests/dgit_github.test.ts

@ -27,8 +27,7 @@ module.exports = {
.click('*[data-id="saveGitHubCredentials"]') .click('*[data-id="saveGitHubCredentials"]')
}, },
'check if the settings are loaded #group1 #group2': function (browser: NightwatchBrowser) { 'check if the settings are loaded #group1 #group2': function (browser: NightwatchBrowser) {
browser. browser
click('*[data-id="github-panel"]')
.waitForElementVisible('*[data-id="connected-as-bunsenstraat"]') .waitForElementVisible('*[data-id="connected-as-bunsenstraat"]')
.waitForElementVisible('*[data-id="connected-img-bunsenstraat"]') .waitForElementVisible('*[data-id="connected-img-bunsenstraat"]')
.waitForElementVisible('*[data-id="connected-link-bunsenstraat"]') .waitForElementVisible('*[data-id="connected-link-bunsenstraat"]')

Loading…
Cancel
Save