@ -39,8 +39,8 @@ module.exports = {
. clickLaunchIcon ( 'fileExplorers' )
. openFile ( 'browser/1_Storage.sol' )
. clickLaunchIcon ( 'udapp' )
. waitForElementVisible ( '*[data-id="contractDropdownIpfsCheckbox"]' )
. click ( '*[data-id="contractDropdownIpfsCheckbox"]' )
. waitForElementVisible ( '*[data-id="contractDropdownIpfsCheckboxLabel "]' )
. click ( '*[data-id="contractDropdownIpfsCheckboxLabel "]' )
. click ( '*[data-id="Deploy - transact (not payable)"]' )
. pause ( 5000 )
. assert . containsText ( '*[data-id="modalDialogModalBody"]' , 'Metadata of "storage" was published successfully.' )
@ -51,7 +51,7 @@ module.exports = {
. refresh ( )
. openFile ( 'browser/1_Storage.sol' )
. clickLaunchIcon ( 'udapp' )
. waitForElementVisible ( '*[data-id="contractDropdownIpfsCheckbox"]' )
. waitForElementVisible ( '*[data-id="contractDropdownIpfsCheckboxLabel "]' )
. verify . elementPresent ( '*[data-id="contractDropdownIpfsCheckbox"]:checked' )
. end ( )
} ,