From 10f91d60ba79c477212d9aa3a91bbd828a8e6949 Mon Sep 17 00:00:00 2001 From: Jakub Mucha Date: Sun, 6 Nov 2022 21:44:27 +0000 Subject: [PATCH] po: anybutton => notifappcontent Signed-off-by: Jakub Mucha --- pages/metamask/notification-page.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/metamask/notification-page.js b/pages/metamask/notification-page.js index a8aaf59aa..d2d40660c 100644 --- a/pages/metamask/notification-page.js +++ b/pages/metamask/notification-page.js @@ -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`; @@ -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,