Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Wait for visiblity
Browse files Browse the repository at this point in the history
  • Loading branch information
khelif96 committed Sep 15, 2023
1 parent ee67b2b commit 9b38d32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ describe("groupedTaskStatusBadgeIcon", () => {
await waitFor(() => {
expect(
screen.getByDataCy("grouped-task-status-badge-tooltip")
).toBeInTheDocument();
).toBeVisible();
});
expect(screen.queryByText("30")).toBeVisible();
expect(screen.queryByText("Running")).toBeVisible();
Expand Down

0 comments on commit 9b38d32

Please sign in to comment.