|
|
@ -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 |
|
|
|
} |
|
|
|
} |