|
|
|
@ -29,8 +29,8 @@ module.exports = { |
|
|
|
|
.waitForElementContainsText('//*[@id="fileExplorerView"]//*[@data-id="file-decoration-custom-contracts/3_Ballot.sol"]', 'customtext') |
|
|
|
|
.waitForElementContainsText('//*[@class="mainview"]//*[@data-id="file-decoration-custom-contracts/3_Ballot.sol"]', 'customtext') |
|
|
|
|
.moveToElement('//*[@id="fileExplorerView"]//*[@data-id="file-decoration-error-contracts/2_Owner.sol"]', 0, 0) |
|
|
|
|
.waitForElementVisible('//*[@id="error-tooltip-contracts/2_Owner.sol"]') |
|
|
|
|
.waitForElementContainsText('//*[@id="error-tooltip-contracts/2_Owner.sol"]', 'error on owner') |
|
|
|
|
//.waitForElementVisible('//*[@id="error-tooltip-contracts/2_Owner.sol"]')
|
|
|
|
|
//.waitForElementContainsText('//*[@id="error-tooltip-contracts/2_Owner.sol"]', 'error on owner')
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
'clear ballot decorator': function (browser: NightwatchBrowser) { |
|
|
|
|