Skip to content

Commit

Permalink
fix: Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Oct 10, 2023
1 parent 9ecdb9b commit 0e5b1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storyMap/components/StoryMapInvite.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ test('StoryMapInvite: Different user token', async () => {

expect(
within(screen.getByRole('alert')).getByText(
/You can't accept the invitation for the Story Map “Story Map title”. You must be logged in using the email address shown in the invitation./i
/You can't accept the invitation to edit “Story Map title.” You must log in using the email address shown in the invitation./i
)
).toBeInTheDocument();

Expand Down

0 comments on commit 0e5b1f9

Please sign in to comment.