Skip to content
Snippets Groups Projects
Commit 80ab5329 authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

click away modals before getting room info

parent 1c42e9f3
No related branches found
No related tags found
No related merge requests found
Pipeline #8056 passed with warnings
......@@ -101,6 +101,12 @@ async function handleTakeScreenshot(pathToSaveTo) {
}
async function handleGetRoomInfo() {
// Try to click annoying modals away
try {
await roomPage.click('button[class*="dismiss--"]');
} catch (error) {}
try {
const promises = [
bbb.getUserCount(roomPage),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment