File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,8 +72,8 @@ module.exports = {
7272 . addFile ( 'Untitled8.sol' , sources [ 7 ] [ 'browser/Untitled8.sol' ] )
7373 . clickLaunchIcon ( 'fileExplorers' )
7474 . clickLaunchIcon ( 'solidity' )
75- . waitForElementPresent ( '[data-id="compiledErrors"] div:nth-child(4)' )
76- . click ( '[data-id="compiledErrors"] div:nth-child(4 )' ) // select the second warning which point to ERC20 code
75+ . waitForElementPresent ( '[data-id="compiledErrors"] div:nth-child(3)' , 45000 )
76+ . scrollAndClick ( '[data-id="compiledErrors"] div:nth-child(3 )' ) // click on error which point to ERC20 code
7777 . pause ( 5000 )
7878 . getEditorValue ( ( content ) => {
7979 browser . assert . ok ( content . indexOf ( `contract ERC20 is Context, IERC20` ) != - 1 ,
You can’t perform that action at this time.
0 commit comments