Merge branch 'gittest' of https://github.com/ethereum/remix-project into gittest

pull/4486/head
bunsenstraat 10 months ago
commit 373e376338
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/workspace_git.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

@ -298,7 +298,7 @@ module.exports = {
.click('[data-id="treeViewDivtreeViewItemrecursive/plugins"]')
.waitForElementVisible('[data-id="treeViewDivtreeViewItemrecursive/plugins/build"]')
},
'When switching branches the submodules should disappear #group4': function (browser: NightwatchBrowser) {
'When switching branches the submodules should disappear #flaky #group4': function (browser: NightwatchBrowser) {
browser
.waitForElementVisible('[data-id="workspaceGitBranchesDropdown"]')
.click('[data-id="workspaceGitBranchesDropdown"]')

Loading…
Cancel
Save