pull/5096/head
bunsenstraat 3 months ago committed by yann300
parent 62ad8fe400
commit 7b14882cd5
  1. 4
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/solidityImport.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.4
win: circleci/windows@5.0
@ -355,7 +355,7 @@ jobs:
type: string
jobsize:
type: string
parallelism: 3
parallelism: 10
steps:
- checkout
- attach_workspace:

@ -115,7 +115,7 @@ module.exports = {
.verifyContracts(['test13', 'ERC20'], { wait: 30000 })
},
'Test NPM Import (the version is specified in package.json) #group4 #flaky': function (browser: NightwatchBrowser) {
'Test NPM Import (the version is specified in package.json) #group4': function (browser: NightwatchBrowser) {
browser
// clone https://github.com/yann300/remix-reward
.clickLaunchIcon('filePanel')

Loading…
Cancel
Save