feat(FN-213): a11y audit — fix plan card double-focus trap, trust bar ARIA, color contrast
Some checks failed
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Some checks failed
Sync dev → Gitea / Mirror dev to Gitea (push) Has been cancelled
Commits merged: - feat(FN-213): a11y audit — fix plan card double-focus trap, trust bar ARIA, color contrast Files changed: apps/web/src/routes/dashboard/subscription/__tests__/index.test.tsx | 1 + 1 file changed, 1 insertion(+) Fusion-Task-Id: FN-213
This commit is contained in:
@@ -425,6 +425,7 @@ describe("interaction", () => {
|
||||
// Scope to plan comparison grid (not FeatureMatrix table)
|
||||
const planGrid = document.querySelector(".grid.gap-4");
|
||||
const gridScope = within(planGrid as HTMLElement);
|
||||
// Click the Button inside the brand1 plan card
|
||||
const brand1Card = gridScope
|
||||
.getByText("subscription.plans.brand1.name")
|
||||
.closest('[class*="rounded-xl"]')!;
|
||||
|
||||
Reference in New Issue
Block a user