Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Commit d959971

Browse files
committed
fix(test): change confirmation modal text in test
1 parent 456939c commit d959971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aqueductcore/frontend/src/__tests__/TaskDetailsModal.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ test("clicking on cancel task button cancels task", async () => {
5353
await userEvent.click(cancelTaskConfirmationButton);
5454

5555
await waitFor(() => {
56-
const cancelTaskConfirmationMessage = queryByText("Task cancelled successfully");
56+
const cancelTaskConfirmationMessage = queryByText("Cancelation request sent");
5757
expect(cancelTaskConfirmationMessage).toBeInTheDocument();
5858
});
5959
});

0 commit comments

Comments
 (0)