fix e2e firefox timeout in Gist for Valid GistID

pull/2747/head
Joseph Izang 3 years ago
parent 81c45fe2fd
commit 5b875c4b0a
  1. 2
      apps/remix-ide-e2e/src/tests/gist.test.ts

@ -127,7 +127,7 @@ module.exports = {
'Import From Gist For Valid Gist ID': function (browser: NightwatchBrowser) {
browser
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 15000)
.clickLaunchIcon('settings')
.click('*[data-id="settingsTabGenerateContractMetadataLabel"]')
.setValue('[data-id="settingsTabGistAccessToken"]', process.env.gist_token)

Loading…
Cancel
Save