openvidu-test-e2e: fix close dialog issue

pull/904/head
pabloFuente 2026-06-24 10:52:10 +02:00
parent 9d4b11ed58
commit 407aa1199b
1 changed files with 1 additions and 0 deletions

View File

@ -4353,6 +4353,7 @@ public class OpenViduTestAppE2eTest extends AbstractOpenViduTestappE2eTest {
} }
return false; return false;
}, "Timeout waiting for " + field + " to exist"); }, "Timeout waiting for " + field + " to exist");
openInfoDialog(user, subscriberVideo);
return value.get(); return value.get();
} }