flaky web worker

pull/2868/head
filip mertens 2 years ago
parent 850aa3e091
commit 62a996e983
  1. 2
      .circleci/config.yml
  2. 3
      apps/remix-ide-e2e/src/tests/usingWebWorker.test.ts

@ -6,7 +6,7 @@ version: 2.1
parameters:
run_flaky_tests:
type: boolean
default: false
default: true
orbs:
browser-tools: circleci/browser-tools@1.4.0
node: circleci/node@5.0.2

@ -20,13 +20,14 @@ const sources = [
]
module.exports = {
'@disabled': true,
before: function (browser: NightwatchBrowser, done: VoidFunction) {
init(browser, done)
},
'@sources': function () {
return sources
},
'Using Web Worker': function (browser: NightwatchBrowser) {
'Using Web Worker #group1 #flaky': function (browser: NightwatchBrowser) {
browser
.waitForElementVisible('*[data-id="remixIdeIconPanel"]', 10000)
.clickLaunchIcon('filePanel')

Loading…
Cancel
Save