diff --git a/src/containers/Flow/Flow.test.tsx b/src/containers/Flow/Flow.test.tsx index 4dc722b97..221f7bf59 100644 --- a/src/containers/Flow/Flow.test.tsx +++ b/src/containers/Flow/Flow.test.tsx @@ -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');