diff --git a/apps/remixdesktop/test/tests/app/gist.test.ts b/apps/remixdesktop/test/tests/app/gist.test.ts index 3a7056a8ed..e0e71599dc 100644 --- a/apps/remixdesktop/test/tests/app/gist.test.ts +++ b/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 } \ No newline at end of file