code review: improve test

This commit is contained in:
Valere
2025-03-18 09:48:18 +01:00
parent 007ea89cd7
commit 8c5f5b156c

View File

@@ -61,5 +61,5 @@ test("Should automatically retry non fatal JWT errors", async ({ page }) => {
await page.getByTestId("lobby_joinCall").click();
// Expect that the call has been retried
await hasRetriedPromise;
await expect(page.getByText("Something went wrong")).not.toBeVisible();
await expect(page.getByTestId("video").first()).toBeVisible();
});