Skip to content

Commit a731305

Browse files
authored
Merge pull request #5925 from ethereum/worksspflaky
Worksspflaky
2 parents 40d212f + 8558046 commit a731305

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22
parameters:
33
run_flaky_tests:
44
type: boolean
5-
default: false
5+
default: false
66
orbs:
77
browser-tools: circleci/browser-tools@1.5.2
88
win: circleci/windows@5.0

apps/remix-ide-e2e/src/tests/workspace.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,7 @@ module.exports = {
407407
.waitForElementVisible('*[data-id="treeViewLitreeViewItemtemplates/groth16_verifier.sol.ejs"]')
408408
.waitForElementVisible('*[data-id="treeViewLitreeViewItemtemplates/plonk_verifier.sol.ejs"]')
409409
.click('*[data-id="treeViewLitreeViewItemtemplates/groth16_verifier.sol.ejs"]')
410+
.pause(2000)
410411
.getEditorValue((content) => {
411412
browser.assert.ok(content.indexOf(`contract Groth16Verifier {`) !== -1,
412413
'Incorrect content')

0 commit comments

Comments
 (0)