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