fix e2e firefox timeout in Gist for Valid GistID

pull/5370/head
Joseph Izang 2 years ago
parent 00f34c1407
commit 6587364740
  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