File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -414,7 +414,7 @@ module.exports = {
414414 const notificationPage = await playwright . switchToNotification ( PROVIDER ) ;
415415 await playwright . waitAndClick (
416416 PROVIDER ,
417- transactionPageElements . buttons . rejectTransaction ,
417+ transactionPageElements . buttons . confirmTransaction ,
418418 notificationPage ,
419419 { waitForEvent : 'close' } ,
420420 ) ;
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ module.exports = {
274274 } else if ( retries >= 50 ) {
275275 retries = 0 ;
276276 throw new Error (
277- `[switchToNotification: ${ provider } ] Max amount of retries to switch to metamask notification window has been reached. It was never found.` ,
277+ `[switchToNotification: ${ provider } ] Max amount of retries to switch to ${ provider } notification window has been reached. It was never found.` ,
278278 ) ;
279279 }
280280 } ,
You can’t perform that action at this time.
0 commit comments