Skip to content

Commit

Permalink
Update metamask.js
Browse files Browse the repository at this point in the history
  • Loading branch information
r3kt-eth authored May 14, 2023
1 parent 5c050b1 commit afee63f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/metamask.js
Original file line number Diff line number Diff line change
Expand Up @@ -901,7 +901,7 @@ const metamask = {
);
return true;
},
async cancelAccessRequest() {
async rejectAccess() {
const notificationPage = await playwright.switchToMetamaskNotification();
await playwright.waitAndClick(
notificationPageElements.cancelButton,
Expand Down

0 comments on commit afee63f

Please sign in to comment.