Skip to content

Commit

Permalink
change get to query (#412)
Browse files Browse the repository at this point in the history
Co-authored-by: Alyssa Wang <[email protected]>
  • Loading branch information
AlyssaWang and AlyssaWang committed Dec 4, 2023
1 parent 549a7a2 commit 3e853a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ describe('The TestRunProgressBar Component', () => {
expect(testRunCancelled).toEqual(true);

setTimeout(() => {
const progressBarElement = screen.getByTestId('progress-bar');
const progressBarElement = screen.queryByTestId('progress-bar');
expect(progressBarElement).toBeNull();
}, 500);
});
Expand Down

0 comments on commit 3e853a2

Please sign in to comment.