fix linting

pull/5370/head
yann300 3 years ago
parent 56e75654a7
commit fe07219db3
  1. 2
      apps/remix-ide-e2e/src/tests/gist.test.ts

@ -86,6 +86,7 @@ module.exports = {
'Display Error Message For Invalid Gist ID': function (browser: NightwatchBrowser) {
browser
.pause(1000)
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)
.clickLaunchIcon('filePanel')
.scrollAndClick('*[data-id="landingPageImportFromGistButton"]')
@ -99,6 +100,7 @@ module.exports = {
'Display Error Message For Missing Gist Token When Publishing': function (browser: NightwatchBrowser) {
browser
.pause(1000)
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)
.clickLaunchIcon('settings')
.waitForElementVisible('[data-id="settingsTabRemoveGistToken"]')

Loading…
Cancel
Save