turn off flaky

pull/5340/head
bunsenstraat 4 weeks ago
parent 835ab82382
commit d8283e1035
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/editorHoverContext.test.ts

@ -3,7 +3,7 @@ version: 2.1
parameters: parameters:
run_flaky_tests: run_flaky_tests:
type: boolean type: boolean
default: true default: false
orbs: orbs:
browser-tools: circleci/browser-tools@1.4.4 browser-tools: circleci/browser-tools@1.4.4
win: circleci/windows@5.0 win: circleci/windows@5.0

@ -26,7 +26,7 @@ module.exports = {
.useXpath().waitForElementVisible("//*[@class='view-line' and contains(.,'gas')]") .useXpath().waitForElementVisible("//*[@class='view-line' and contains(.,'gas')]")
}, },
'Should show hover over contract in editor #group1 #flaky': function (browser: NightwatchBrowser) { 'Should show hover over contract in editor #group1': function (browser: NightwatchBrowser) {
const path = "//*[contains(text(),'BallotHoverTest')]" const path = "//*[contains(text(),'BallotHoverTest')]"
checkEditorHoverContent(browser, path, 'contract BallotHoverTest is BallotHoverTest') checkEditorHoverContent(browser, path, 'contract BallotHoverTest is BallotHoverTest')
checkEditorHoverContent(browser, path, 'contracts/3_BallotHover.sol 10:0') checkEditorHoverContent(browser, path, 'contracts/3_BallotHover.sol 10:0')

Loading…
Cancel
Save