mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-15 18:49:21 +00:00
Dismiss sections release announcement in end-to-end tests
This commit is contained in:
@@ -188,6 +188,12 @@ export class TestHelpers {
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Also dismiss the release announcement
|
||||||
|
await page
|
||||||
|
.getByRole("dialog", { name: "Introducing Sections" })
|
||||||
|
.getByRole("button", { name: "OK" })
|
||||||
|
.click();
|
||||||
}
|
}
|
||||||
|
|
||||||
public static async createRoom(
|
public static async createRoom(
|
||||||
|
|||||||
Reference in New Issue
Block a user