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

@ -13,6 +13,7 @@ module.exports = {
.clickLaunchIcon('settings') .clickLaunchIcon('settings')
.setValue('[data-id="settingsTabGithubUsername"]', 'circleci') .setValue('[data-id="settingsTabGithubUsername"]', 'circleci')
.setValue('[data-id="settingsTabGithubEmail"]', 'remix@circleci.com') .setValue('[data-id="settingsTabGithubEmail"]', 'remix@circleci.com')
.click('[data-id="settingsTabSaveGistToken"]')
}, },
'Should create and initialize a GIT repository #group1': function (browser: NightwatchBrowser) { 'Should create and initialize a GIT repository #group1': function (browser: NightwatchBrowser) {

Loading…
Cancel
Save