mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-21 17:37:01 +01:00
UX: Snaps: Make Notifications Font Consistent with Other Global Items (#20356)
* UX: Snaps: Make Notifications Font Consistent with Other Global Items * Fix E2E
This commit is contained in:
parent
a7a086537b
commit
fca943a56e
@ -102,8 +102,8 @@ describe('Test Snap Notification', function () {
|
||||
|
||||
// try to click on the notification item (via xpath)
|
||||
await driver.clickElement({
|
||||
text: 'Notifications',
|
||||
tag: 'span',
|
||||
text: 'Notifications 1',
|
||||
css: '.menu-item',
|
||||
});
|
||||
await driver.delay(500);
|
||||
|
||||
|
@ -173,7 +173,7 @@ export const GlobalMenu = ({ closeMenu, anchorElement }) => {
|
||||
history.push(NOTIFICATIONS_ROUTE);
|
||||
}}
|
||||
>
|
||||
<Text as="span">{t('notifications')}</Text>
|
||||
{t('notifications')}
|
||||
{unreadNotificationsCount > 0 && (
|
||||
<Text
|
||||
as="span"
|
||||
|
Loading…
Reference in New Issue
Block a user