Skip to content

Commit

Permalink
po: add loading-related things to notification
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Mucha <[email protected]>
  • Loading branch information
drptbl committed Oct 30, 2022
1 parent be6a2f0 commit 5780d84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/metamask/notification-page.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
const notificationPage = '.notification';
const loadingLogo = `${notificationPage} #loading__logo`;
const loadingSpinner = `${notificationPage} #loading__spinner`;
const nextButton = `${notificationPage} .permissions-connect-choose-account__bottom-buttons .btn-primary`;
const allowToSpendButton = `${notificationPage} [data-testid="page-container-footer-next"]`;
const rejectToSpendButton = `${notificationPage} [data-testid="page-container-footer-cancel"]`;
const selectAllCheckbox = `${notificationPage} .choose-account-list__header-check-box`;
module.exports.notificationPageElements = {
notificationPage,
loadingLogo,
loadingSpinner,
nextButton,
allowToSpendButton,
rejectToSpendButton,
Expand Down

0 comments on commit 5780d84

Please sign in to comment.