diff --git a/pages/keplr/notification-page.js b/pages/keplr/notification-page.js index c77f70649..9b7b8223d 100644 --- a/pages/keplr/notification-page.js +++ b/pages/keplr/notification-page.js @@ -1,4 +1,4 @@ -const approveButton = `button`; +const approveButton = `//button[div[contains(text(), 'Approve')]]`; const copyAddress = 'Copy Address'; const walletSelectors = chainName => `img[alt="${chainName}"]`;