Skip to content

Commit

Permalink
try hard
Browse files Browse the repository at this point in the history
  • Loading branch information
fkhadra committed Nov 26, 2023
1 parent 673990c commit 14ff114
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -124,7 +124,7 @@ describe('NotificationCenter', () => {
toast.update(id, {
render: 'msg updated'
});
cy.findByText('msg updated').should('exist');
cy.findAllByText('msg updated').should('exist');
});

it('mark as read a single notification', () => {
Expand Down

0 comments on commit 14ff114

Please sign in to comment.