pull/5370/head
filip mertens 2 years ago committed by Aniket
parent 186e4aaad4
commit b1c30625e3
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/workspace.test.ts

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

@ -378,7 +378,7 @@ module.exports = {
// WORKSPACE TEMPLATES E2E END
'Should create two workspace and switch to the first one #flaky #group1': function (browser: NightwatchBrowser) {
'Should create two workspace and switch to the first one #group1': function (browser: NightwatchBrowser) {
browser
//.clickLaunchIcon('filePanel')
.click('*[data-id="workspaceCreate"]')

Loading…
Cancel
Save