turn off flaky

pull/2703/head^2
bunsenstraat 2 years ago committed by Aniket
parent 1cf0a3807d
commit b99ab9207f
  1. 2
      .circleci/config.yml
  2. 2
      apps/remix-ide-e2e/src/tests/search.test.ts

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

@ -164,7 +164,7 @@ module.exports = {
browser.assert.ok(content.includes("Storage' contract"), 'should replace text ok')
})
},
'Should hide button when edited content is the same #group2 #flaky': function (browser: NightwatchBrowser) {
'Should hide button when edited content is the same #group2': function (browser: NightwatchBrowser) {
browser.waitForElementVisible('*[data-id="remixIdeSidePanel"]')
.addFile('test.sol', { content: '123' })
.click('*[plugin="search"]').waitForElementVisible('*[id="search_input"]')

Loading…
Cancel
Save