mirror of
https://github.com/vector-im/element-call.git
synced 2026-01-18 02:32:27 +00:00
code review: improve test
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user