pull/5343/head
bunsenstraat 3 weeks ago committed by Aniket
parent be1f1804fa
commit e755f99e92
  1. 4
      .circleci/config.yml
  2. 4
      apps/remix-ide-e2e/src/tests/runAndDeploy_injected.test.ts

@ -3,7 +3,7 @@ version: 2.1
parameters:
run_flaky_tests:
type: boolean
default: false
default: true
orbs:
browser-tools: circleci/browser-tools@1.4.4
win: circleci/windows@5.0
@ -640,7 +640,7 @@ jobs:
type: string
jobsize:
type: string
parallelism: 10
parallelism: 1
steps:
- checkout
- attach_workspace:

@ -146,7 +146,7 @@ const tests = {
.modalFooterCancelClick('udappNotify')
},
'Should deploy Ballot to Sepolia using metamask': function (browser: NightwatchBrowser) {
'Should deploy Ballot to Sepolia using metamask #group1': function (browser: NightwatchBrowser) {
if (!checkBrowserIsChrome(browser)) return
browser.waitForElementPresent('*[data-id="remixIdeSidePanel"]')
.switchBrowserTab(1)
@ -275,7 +275,7 @@ const branch = process.env.CIRCLE_BRANCH;
const isMasterBranch = branch === 'master';
module.exports = {
...{} //(branch ? (isMasterBranch ? tests : {}) : tests),
...tests //(branch ? (isMasterBranch ? tests : {}) : tests),
};
const localsCheck = {

Loading…
Cancel
Save