Commit d1fad8cf authored by aniket-engg's avatar aniket-engg Committed by Aniket

tests fixed

parent bd14f69f
...@@ -31,9 +31,9 @@ module.exports = { ...@@ -31,9 +31,9 @@ module.exports = {
.click('*[data-id="verticalIconsKindsolidityUnitTesting"]') .click('*[data-id="verticalIconsKindsolidityUnitTesting"]')
.waitForElementPresent('*[data-id="testTabGenerateTestFile"]') .waitForElementPresent('*[data-id="testTabGenerateTestFile"]')
.click('*[data-id="testTabGenerateTestFile"]') .click('*[data-id="testTabGenerateTestFile"]')
.waitForElementPresent('*[title="browser/test_test.sol"]') .waitForElementPresent('*[title="browser/simple_storage_test.sol"]')
.clickLaunchIcon('fileExplorers') .clickLaunchIcon('fileExplorers')
.removeFile('browser/test_test.sol') .removeFile('browser/simple_storage_test.sol')
}, },
'Should run simple unit test `simple_storage_test.sol` ': function (browser) { 'Should run simple unit test `simple_storage_test.sol` ': function (browser) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment