diff --git a/src/storyMap/components/StoryMapsToolHome.test.js b/src/storyMap/components/StoryMapsToolHome.test.js index 6fad33593..c1004bf05 100644 --- a/src/storyMap/components/StoryMapsToolHome.test.js +++ b/src/storyMap/components/StoryMapsToolHome.test.js @@ -234,7 +234,7 @@ test('StoryMapsToolHome: accept story map invite', async () => { }, }); - const storyMapItem = screen.getByRole('listitem', { name: 'Story 1' }); + const storyMapItem = screen.getByRole('listitem', { name: '' }); const acceptButton = within(storyMapItem).getByRole('button', { name: 'Accept',