File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
apps/remix-ide-e2e/src/tests Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ module.exports = {
3333 . assert . containsText ( {
3434 selector : '[data-id^="txOriginSelectAccountItem-"]' ,
3535 index : 0
36- } , '100 ETH' )
36+ } , '100.0 ETH' )
3737 . end ( )
3838 }
3939}
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ module.exports = {
5757 . switchEnvironment ( 'foundry-provider' )
5858 . waitForElementVisible ( '*[data-id="foundry-providerModalDialogModalBody-react"]' , 60000 )
5959 . modalFooterOKClick ( 'foundry-provider' )
60- . waitForElementContainsText ( '*[data-id="settingsNetworkEnv"]' , 'Custom ( ' )
60+ . waitForElementContainsText ( '*[data-id="settingsNetworkEnv"]' , '1337) network ' )
6161 } ,
6262
6363 'Should switch to custom provider #group2' : function ( browser : NightwatchBrowser ) {
You can’t perform that action at this time.
0 commit comments