We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc2c3d5 commit 793a6beCopy full SHA for 793a6be
playwright/calendar.spec.ts
@@ -12,7 +12,7 @@ test("test", async ({ page }) => {
12
const nextButton = calendar.locator(".calendar-nav-next");
13
14
// Assert the calendar is displayed
15
- await expect(calendar).toBeVisible();
+ await expect(calendar).toBeVisible({ timeout: 30000 });
16
// Assert the current month is displayed
17
const currentMonth = calendar.locator(".calendar-month-select");
18
let currentMonthText = await currentMonth.inputValue();
0 commit comments