Skip to content

Commit

Permalink
chore: change selector for Approve button on connecting with wallet UI
Browse files Browse the repository at this point in the history
  • Loading branch information
rabi-siddique committed Mar 4, 2024
1 parent 72bedd2 commit 94c2238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/keplr/notification-page.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const approveButton = `button[type="button"]`;
const approveButton = `button`;

module.exports.notificationPageElements = {
approveButton,
Expand Down

0 comments on commit 94c2238

Please sign in to comment.