From 465ec7095996221739f5c3909cbe1792d1104427 Mon Sep 17 00:00:00 2001 From: Your Name Date: Thu, 27 Jun 2024 05:29:30 +0200 Subject: [PATCH] enable gist test --- apps/remixdesktop/test/tests/app/gist.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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