Show 'Verify this device' toast even if there are no encrypted rooms yet (#32891)
* Show 'Verify this device' toast even if there are no encrypted rooms yet * Close verify toast in more tests
This commit is contained in:
@@ -65,6 +65,7 @@ test.describe("Room Directory", () => {
|
||||
room_alias_name: "test1234",
|
||||
});
|
||||
|
||||
await app.closeVerifyToast();
|
||||
await page.getByRole("button", { name: "Explore rooms" }).click();
|
||||
|
||||
const dialog = page.locator(".mx_SpotlightDialog");
|
||||
|
||||
Reference in New Issue
Block a user