Skip to content

Commit

Permalink
added test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
akanshaaa19 committed Nov 25, 2024
1 parent 416605f commit 8f68173
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/floweditor/FlowEditor.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,5 @@ test('if flow is not published it should show warning', async () => {
await waitFor(() => {
expect(screen.getByTestId('dialogBox')).toBeInTheDocument();
});
fireEvent.click(getByTestId('cancel-button'));
});

0 comments on commit 8f68173

Please sign in to comment.