add creds to test

pull/3097/head
filip mertens 2 years ago committed by Aniket
parent e7860f24d5
commit f9e96b0355
  1. 6
      apps/remix-ide-e2e/src/tests/workspace_git.test.ts

@ -8,6 +8,12 @@ module.exports = {
before: function (browser: NightwatchBrowser, done: VoidFunction) {
init(browser, done)
},
'Should add credentials': function (browser: NightwatchBrowser) {
browser
.clickLaunchIcon('settings')
.setValue('[data-id="settingsTabGithubUsername"]', 'circleci')
.setValue('[data-id="settingsTabGithubEmail"]', 'remix@circleci.com')
},
'Should create and initialize a GIT repository #group1': function (browser: NightwatchBrowser) {
browser

Loading…
Cancel
Save