Skip to content

Commit

Permalink
fix: More explicit selector
Browse files Browse the repository at this point in the history
  • Loading branch information
DafyddLlyr committed Dec 11, 2024
1 parent 16f3e5a commit da1a382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tests/ui-driven/src/invite-to-pay/nominee.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ test.describe("Nominee journey @regression", async () => {
"Add a verandah or deck and changes to internal walls or layout";
await expect(page.getByText(formattedProjectType)).toBeVisible();

await expect(page.getByText("Fee")).toBeVisible();
await expect(page.getByRole("heading", { name: "Fee", level: 3 })).toBeVisible();
await expect(page.getByTestId("fee-breakdown-table")).toBeVisible();

const payButton = page.getByRole("button", {
Expand Down

0 comments on commit da1a382

Please sign in to comment.