Iterate landmarks around the app in order to improve a11y (#26776)
This commit is contained in:
parent
da90425289
commit
0d86bab0dc
2 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue