changed check always deny

This commit is contained in:
Gabriel Porfirio 2022-10-25 17:22:22 -03:00
parent 6172a9f0b9
commit 46e2e73514

View File

@ -107,7 +107,7 @@ class GuestPolicy extends MultiUsers {
await setGuestPolicyOption(this.modPage, e.alwaysDeny);
await sleep(1500);
await this.initUserPage(false);
await this.userPage.hasElement(e.joinMeetingDemoPage);
await this.userPage.hasElement(e.welcomeMessage);
}
}