Skip to content

Commit e75a1f0

Browse files
updating variables to allow a successful run of C5
1 parent a032285 commit e75a1f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/smokescreen/test_compartment_5.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def test_compartment_5(page: Page, smokescreen_properties: dict) -> None:
5252

5353
page.get_by_role("button", name="View appointments on this day").click()
5454
page.get_by_role("button", name="Calendar").click()
55-
date_from_util = datetime(2025 / 4 / 25)
55+
date_from_util = datetime(2025, 4, 25)
5656
CalendarPicker(page).v1_calender_picker(date_from_util)
5757

5858
# Select subject from inital test data util

0 commit comments

Comments
 (0)