Skip to content

Commit b334d01

Browse files
committed
fix-jun-5
1 parent fbaa471 commit b334d01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/layout/user-menu/user-menu.component.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ describe('UserMenuComponent', () => {
9898
const inboxIcon = await inboxItem.getHarness(MatIconHarness)
9999
const inboxIconName = await inboxIcon.getName()
100100

101-
expect(inboxCount).toBe(inboxIconName + 'Inbox (3)')
101+
expect(inboxCount).toBe(inboxIconName + 'Notifications inbox (3)')
102102
})
103103
})
104104

0 commit comments

Comments
 (0)