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.
2 parents 67679ab + 13f8f38 commit 094275dCopy full SHA for 094275d
apps/remix-ide-e2e/src/tests/solidityUnittests.spec.ts
@@ -96,6 +96,7 @@ module.exports = {
96
.clickLaunchIcon('filePanel')
97
.openFile('tests/compilationError_test.sol')
98
.clickLaunchIcon('solidityUnitTesting')
99
+ .pause(2000)
100
.click('*[data-id="testTabCheckAllTests"]')
101
.clickElementAtPosition('.singleTestLabel', 3)
102
.scrollAndClick('*[data-id="testTabRunTestsTabRunAction"]')
0 commit comments