Skip to content

Commit

Permalink
test: update botton message
Browse files Browse the repository at this point in the history
  • Loading branch information
sergivalero20 committed Aug 16, 2024
1 parent 28b14f9 commit 3b63bcf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 3b63bcf

Please sign in to comment.