Iterate landmarks around the app in order to improve a11y (#26776)
This commit is contained in:
committed by
GitHub
parent
da90425289
commit
0d86bab0dc
@@ -377,7 +377,7 @@ describe("loading:", function () {
|
||||
it("does not show a login view", async function () {
|
||||
await awaitRoomView(matrixChat);
|
||||
|
||||
await screen.findByLabelText("Spaces");
|
||||
await screen.getByRole("tree", { name: "Spaces" });
|
||||
expect(screen.queryAllByText("Sign in")).toHaveLength(0);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user