pull/5156/head
bunsenstraat 3 months ago
parent b8bd045e4e
commit e95ab338d3
  1. 3
      apps/remix-ide-e2e/src/tests/dgit_github.test.ts

@ -31,8 +31,11 @@ module.exports = {
.waitForElementVisible('*[data-id="github-panel"]')
.waitForElementVisible('*[data-id="gitubUsername"]')
.setValue('*[data-id="githubToken"]', process.env.dgit_token)
.pause(1000)
.setValue('*[data-id="gitubUsername"]', 'git')
.pause(1000)
.setValue('*[data-id="githubEmail"]', 'git@example.com')
.pause(1000)
.click('*[data-id="saveGitHubCredentials"]')
},
'check if the settings are loaded #group1 #group2': function (browser: NightwatchBrowser) {

Loading…
Cancel
Save