We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 157bba3 commit 3260456Copy full SHA for 3260456
apps/remix-ide-e2e/src/tests/ballot.test.ts
@@ -145,6 +145,7 @@ module.exports = {
145
browser
146
.openFile('remix.config.json')
147
.setEditorValue(configFile)
148
+ .pause(1000)
149
.clickLaunchIcon('solidity')
150
.waitForElementVisible('*[data-id="scConfigExpander"]')
151
.click('*[data-id="scConfigExpander"]')
0 commit comments