Skip to content

Commit

Permalink
po: anybutton => notifappcontent
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Mucha <jakub.mucha@icloud.com>
  • Loading branch information
drptbl committed Nov 6, 2022
1 parent b88d2a1 commit 10f91d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/metamask/notification-page.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const notificationPage = '.notification';
const anyButton = `${notificationPage} button`;
const notificationAppContent = `${notificationPage} #app-content .app`;
const loadingLogo = `${notificationPage} #loading__logo`;
const loadingSpinner = `${notificationPage} #loading__spinner`;
const nextButton = `${notificationPage} .permissions-connect-choose-account__bottom-buttons .btn-primary`;
Expand All @@ -8,7 +8,7 @@ const rejectToSpendButton = `${notificationPage} [data-testid="page-container-fo
const selectAllCheckbox = `${notificationPage} .choose-account-list__header-check-box`;
module.exports.notificationPageElements = {
notificationPage,
anyButton,
notificationAppContent,
loadingLogo,
loadingSpinner,
nextButton,
Expand Down

0 comments on commit 10f91d6

Please sign in to comment.