enable gist test

pull/5370/head
Your Name 5 months ago
parent b192c9c8be
commit 465ec70959
  1. 4
      apps/remixdesktop/test/tests/app/gist.test.ts

@ -5,7 +5,7 @@ const tests = {
before: function (browser: NightwatchBrowser, done: VoidFunction) { before: function (browser: NightwatchBrowser, done: VoidFunction) {
done() done()
}, },
'start gist': !function (browser: NightwatchBrowser) { 'start gist': function (browser: NightwatchBrowser) {
browser browser
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000) .waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)
.waitForElementVisible('*[data-id="landingPageImportFromGist"]') .waitForElementVisible('*[data-id="landingPageImportFromGist"]')
@ -29,5 +29,5 @@ const tests = {
} }
module.exports = { module.exports = {
...process.platform.startsWith('win')?{}:tests ...tests
} }
Loading…
Cancel
Save