Skip to content

Commit f5a85ce

Browse files
committed
ad querybytext (#809)
Fix attempt for flaky test
1 parent c29af96 commit f5a85ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/workflow-history/__tests__/workflow-history.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ describe('WorkflowHistory', () => {
170170
});
171171

172172
await waitFor(() => {
173-
expect(loadingIndicator).not.toBeInTheDocument();
173+
expect(screen.queryByText('keep loading events')).not.toBeInTheDocument();
174174
});
175175
});
176176
});

0 commit comments

Comments
 (0)