|
|
@ -96,6 +96,7 @@ module.exports = { |
|
|
|
.clickLaunchIcon('filePanel') |
|
|
|
.clickLaunchIcon('filePanel') |
|
|
|
.openFile('tests/compilationError_test.sol') |
|
|
|
.openFile('tests/compilationError_test.sol') |
|
|
|
.clickLaunchIcon('solidityUnitTesting') |
|
|
|
.clickLaunchIcon('solidityUnitTesting') |
|
|
|
|
|
|
|
.pause(2000) |
|
|
|
.click('*[data-id="testTabCheckAllTests"]') |
|
|
|
.click('*[data-id="testTabCheckAllTests"]') |
|
|
|
.clickElementAtPosition('.singleTestLabel', 3) |
|
|
|
.clickElementAtPosition('.singleTestLabel', 3) |
|
|
|
.scrollAndClick('*[data-id="testTabRunTestsTabRunAction"]') |
|
|
|
.scrollAndClick('*[data-id="testTabRunTestsTabRunAction"]') |
|
|
|