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