From e82a6e7f633a4950b5359c0f739cd6015de48ec6 Mon Sep 17 00:00:00 2001 From: Eldar Iusupzhanov Date: Mon, 2 Feb 2026 18:34:35 +0800 Subject: [PATCH] fix --- .../scheduler/common/appointmentForm/recurrence-form.visual.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/testcafe-devextreme/tests/scheduler/common/appointmentForm/recurrence-form.visual.ts b/e2e/testcafe-devextreme/tests/scheduler/common/appointmentForm/recurrence-form.visual.ts index 13e043a0a8b3..ec1ebb158c7d 100644 --- a/e2e/testcafe-devextreme/tests/scheduler/common/appointmentForm/recurrence-form.visual.ts +++ b/e2e/testcafe-devextreme/tests/scheduler/common/appointmentForm/recurrence-form.visual.ts @@ -159,7 +159,7 @@ test.meta({ browserSize: [1500, 1500] })('recurrence form with labelMode=static' const scheduler = new Scheduler(SCHEDULER_SELECTOR); const appointmentPopup = await scheduler.openAppointmentPopup(t, appointment, true); - await appointmentPopup.openRecurrenceSettings(t); + await appointmentPopup.clickRecurrenceSettingsButton(t); await testScreenshot( t,