pull/5370/head
bunsenstraat 3 months ago
parent 2253890e85
commit dc7d00e0b9
  1. 1
      apps/remix-ide-e2e/src/tests/dgit_github.test.ts

@ -28,7 +28,6 @@ module.exports = {
'login to github #group1 #group2': function (browser: NightwatchBrowser) { 'login to github #group1 #group2': function (browser: NightwatchBrowser) {
browser browser
.waitForElementVisible('*[data-id="github-panel"]') .waitForElementVisible('*[data-id="github-panel"]')
.click('*[data-id="github-panel"]')
.waitForElementVisible('*[data-id="gitubUsername"]') .waitForElementVisible('*[data-id="gitubUsername"]')
.setValue('*[data-id="githubToken"]', process.env.dgit_token) .setValue('*[data-id="githubToken"]', process.env.dgit_token)
.setValue('*[data-id="gitubUsername"]', 'git') .setValue('*[data-id="gitubUsername"]', 'git')

Loading…
Cancel
Save