Compare commits

...

1 Commits

Author SHA1 Message Date
Дамян Минков
e227dcc792 fix(tests): Reenable a FF disabled case for avatar tests. 2025-02-24 16:19:37 -06:00

View File

@@ -191,12 +191,6 @@ describe('Avatar', () => {
it('email persistence', async () => {
let { p1 } = ctx;
if (p1.driver.isFirefox) {
// strangely this test when FF is involved, missing source mapping from jvb
// and fails with an error of: expected number of remote streams:1 in 15s for participant1
return;
}
await p1.getToolbar().clickProfileButton();
expect(await p1.getSettingsDialog().getEmail()).toBe(EMAIL);