Skip to content

Commit

Permalink
Merge pull request #51 from alphagov/fix-licensing-tests
Browse files Browse the repository at this point in the history
Make licensing admin test less flakey
  • Loading branch information
theseanything authored Oct 16, 2024
2 parents 042d1e1 + 39aa043 commit 96dde8f
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 96dde8f

Please sign in to comment.