Skip to content

Commit 560c379

Browse files
committed
Fix VariantAnalysisActions tests
1 parent 4eaee21 commit 560c379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/view/variant-analysis/__tests__/VariantAnalysisActions.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ describe(VariantAnalysisActions.name, () => {
5050
variantAnalysisStatus: VariantAnalysisStatus.Canceling,
5151
});
5252

53-
const button = screen.getByText("Stopping query");
53+
const button = await screen.findByText("Stopping query");
5454
expect(button).toBeInTheDocument();
5555
expect(button).toBeDisabled();
5656
});

0 commit comments

Comments
 (0)