Commit ee809178 authored by ioedeveloper's avatar ioedeveloper

Revert "Fixed failing test"

This reverts commit 63ff3077.
parent 63ff3077
......@@ -19,6 +19,7 @@ module.exports = {
'Should activate `generate contract metadata`': function (browser) {
browser.waitForElementVisible('*[data-id="remixIdeSidePanel"]', 5000)
.waitForElementVisible('*[data-id="settingsTabGenerateContractMetadataLabel"]', 5000)
.click('*[data-id="settingsTabGenerateContractMetadataLabel"]')
.click('*[data-id="verticalIconsFileExplorerIcons"]')
.openFile('browser/3_Ballot.sol')
.click('*[data-id="verticalIconsKindsolidity"]')
......
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