Skip to content

Commit

Permalink
Make licensing admin test less flakey
Browse files Browse the repository at this point in the history
This selects an element that is rendered immediately on page load.
  • Loading branch information
theseanything committed Oct 16, 2024
1 parent 042d1e1 commit 39aa043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/licensing.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ test.describe("Licensing admin", () => {
await page.goto("/");
await page.getByRole("button", { name: "Login" }).click();

await expect(page.getByLabel("Filter by keyword in")).toBeVisible();
await expect(page.getByRole("link", { name: "Applications" })).toBeVisible();
}
);
});

0 comments on commit 39aa043

Please sign in to comment.