Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kurund committed Nov 19, 2024
1 parent a20d272 commit 52ec95e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/Flow/Flow.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ it('should create copy of a template flow', async () => {

const { container, getByTestId } = render(copyFlow());
await waitFor(() => {
expect(screen.getByText('Template flow copy')).toBeInTheDocument();
expect(screen.getByText('Copy of Help')).toBeInTheDocument();
});

const button = getByTestId('submitActionButton');
Expand Down

0 comments on commit 52ec95e

Please sign in to comment.