test: add wait timeout after room creation for stability in tests
This commit is contained in:
parent
e7794e7aaa
commit
acc3fffaf7
@ -37,6 +37,7 @@ test.describe('Room Functionality Tests', () => {
|
||||
await tempPage.waitForSelector('.create-room');
|
||||
await tempPage.fill('#room-id-prefix', testRoomPrefix);
|
||||
await tempPage.click('.create-room-btn');
|
||||
await tempPage.waitForTimeout(1000);
|
||||
await tempPage.waitForSelector(`#${testRoomPrefix}`);
|
||||
|
||||
await tempPage.close();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user