From 60972f167dfcc8833bf3aedd603928d08f38fa06 Mon Sep 17 00:00:00 2001 From: bbonf Date: Tue, 1 Oct 2024 15:53:16 +0200 Subject: [PATCH] fixed date picker input handling and test --- babex-vue/src/components/DateTimePicker.vue | 2 +- lab/integration_tests/test_agenda.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/babex-vue/src/components/DateTimePicker.vue b/babex-vue/src/components/DateTimePicker.vue index b16578fd..6a518a50 100644 --- a/babex-vue/src/components/DateTimePicker.vue +++ b/babex-vue/src/components/DateTimePicker.vue @@ -38,7 +38,7 @@ diff --git a/lab/integration_tests/test_agenda.py b/lab/integration_tests/test_agenda.py index f6c96abe..4f87dcb3 100644 --- a/lab/integration_tests/test_agenda.py +++ b/lab/integration_tests/test_agenda.py @@ -138,6 +138,5 @@ def test_agenda_modify_appointment_illegal(page, appointment_tomorrow, as_leader new_time = original_time + timedelta(days=3) page.fill(".appointment-start input", new_time.strftime("%d-%m-%Y %H:%M")) - page.click(".action-panel .save") expect(page.locator(".action-panel .save")).to_be_disabled()