File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -184,10 +184,10 @@ module.exports = {
184184 } )
185185 . waitForElementVisible ( '*[data-id="treeViewLitreeViewItemscripts"]' )
186186 . click ( '*[data-id="compile-action"]' )
187- . pause ( 1000 )
188- . getBrowserLogs ( )
187+ // Shows 3 warnings to inform about the deprecation of the use of 'assembly ("memory-safe")' in OZ files
188+ // See: https://docs.soliditylang.org/en/latest/assembly.html#memory-safety
189+ . waitForElementVisible ( '#verticalIconsKindsolidity > i.remixui_status.badge.rounded-pill.bg-warning' )
189190 . clickLaunchIcon ( 'solidity' )
190- . waitForElementVisible ( '#verticalIconsKindsolidity > i.remixui_status.fas.fa-check-circle.text-success.remixui_statusCheck' )
191191 . isVisible ( '*[data-id="compilation-details"]' )
192192 } ,
193193 'Use default workspace and add github actions template #group1' : function ( browser : NightwatchBrowser ) {
You can’t perform that action at this time.
0 commit comments