From 14ff1144ed53fe550b190c16bb9ee1bde97c44a9 Mon Sep 17 00:00:00 2001 From: Fadi Khadra Date: Sun, 26 Nov 2023 09:56:02 +0100 Subject: [PATCH] try hard --- src/addons/use-notification-center/NotificationCenter.cy.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addons/use-notification-center/NotificationCenter.cy.tsx b/src/addons/use-notification-center/NotificationCenter.cy.tsx index 26122a24..0550af87 100644 --- a/src/addons/use-notification-center/NotificationCenter.cy.tsx +++ b/src/addons/use-notification-center/NotificationCenter.cy.tsx @@ -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', () => {