Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 4083f40

Browse files
committed
Fix first RA test
1 parent 24ffd26 commit 4083f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/components/structures/ReleaseAnnouncement-test.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ describe("ReleaseAnnouncement", () => {
4747
renderReleaseAnnouncement();
4848

4949
// The release announcement is displayed
50-
expect(screen.queryByRole("dialog", { name: "header" })).toBeDefined();
50+
expect(screen.queryByRole("dialog", { name: "header" })).toBeVisible();
5151
// Click on the close button in the release announcement
5252
screen.getByRole("button", { name: "close" }).click();
5353
// The release announcement should be hidden after the close button is clicked

0 commit comments

Comments
 (0)