Skip to content

Commit

Permalink
test: Removed confirm from test
Browse files Browse the repository at this point in the history
  • Loading branch information
josebui committed Apr 12, 2024
1 parent a83927d commit a6535e8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/storyMap/components/StoryMapForm.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -713,10 +713,6 @@ test('StoryMapForm: Change chapter style', async () => {

await act(async () => fireEvent.click(baseMapButton));

await act(async () =>
fireEvent.click(screen.getByRole('button', { name: 'Confirm' }))
);

await waitFor(() => {
expect(
screen.getByRole('button', { name: 'Set Location' })
Expand Down

0 comments on commit a6535e8

Please sign in to comment.