From 3b63bcf04788ff88f7148ae916438038d14cb422 Mon Sep 17 00:00:00 2001 From: Sergio Valero Date: Fri, 16 Aug 2024 13:18:13 -0400 Subject: [PATCH] test: update botton message --- src/features/Instructors/AddInstructors/__test__/index.test.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/Instructors/AddInstructors/__test__/index.test.jsx b/src/features/Instructors/AddInstructors/__test__/index.test.jsx index 29a9524..0b0bee2 100644 --- a/src/features/Instructors/AddInstructors/__test__/index.test.jsx +++ b/src/features/Instructors/AddInstructors/__test__/index.test.jsx @@ -102,7 +102,7 @@ describe('Add instructor modal', () => { { preloadedState: mockStore }, ); - const sendButton = getByText('Send invite'); + const sendButton = getByText('Add instructor'); const emailInput = getByPlaceholderText('Enter Email of the instructor'); expect(sendButton).toBeInTheDocument();