pull/805/head
yann300 4 years ago
parent b524c8252b
commit 2a48af0f1d
  1. 2
      apps/remix-ide-e2e/src/tests/generalSettings.test.ts

@ -41,7 +41,7 @@ module.exports = {
.setValue('*[data-id="settingsTabGistAccessToken"]', '**********')
.click('*[data-id="settingsTabSaveGistToken"]')
.waitForElementVisible('*[data-shared="tooltipPopup"]:nth-last-of-type(1)', 5000)
.assert.containsText('*[data-shared="tooltipPopup"]:nth-last-of-type(1)', 'Access token saved')
.assert.containsText('*[data-shared="tooltipPopup"]:nth-last-of-type(1)', 'Access token has been saved')
},
'Should copy github access token to clipboard': function (browser: NightwatchBrowser) {

Loading…
Cancel
Save