Skip to content

Commit b2ffafa

Browse files
committed
test: align role desk accessibility heading
1 parent 0569516 commit b2ffafa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/dashboard/tests/agents_page_pagination_accessibility.suite.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ describe("agents page pagination semantics", () => {
102102
expect(screen.getByText("Failure-led queue")).toBeInTheDocument();
103103
expect(screen.getByText("Registered capacity")).toBeInTheDocument();
104104
expect(screen.getByText("Pending scheduling backlog")).toBeInTheDocument();
105-
expect(screen.getByRole("heading", { name: "Role catalog (read-only first screen)" })).toBeInTheDocument();
105+
expect(screen.getByText("Role desk (read-only mirror)")).toBeInTheDocument();
106106

107107
expect(screen.queryByRole("link", { name: "Previous" })).toBeNull();
108108
expect(screen.queryByRole("link", { name: "Next" })).toBeNull();

0 commit comments

Comments
 (0)