Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[full-ci] Refactor notifications and make them work with oCIS #8518

Merged
merged 8 commits into from
Mar 7, 2023
Prev Previous commit
Next Next commit
Add proper unit tests for notifications, fix some others
  • Loading branch information
JammingBen committed Mar 6, 2023
commit cd4c874bb87d9b7351411d00402f3ab1fed874f5
212 changes: 0 additions & 212 deletions packages/web-runtime/tests/unit/components/Topbar/Notification.spec.ts

This file was deleted.

Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ describe('NotificationBell', () => {
notificationCount: 0
}
})
expect(wrapper.find('#oc-notification-bell').attributes('aria-label')).toEqual('Notifications')
expect(wrapper.find('#oc-notifications-bell').attributes('aria-label')).toEqual('Notifications')
})
it('animates when notification count changes', async () => {
const { wrapper } = getWrapper({
Loading