Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
karangattu committed Mar 6, 2025
1 parent f0bc5b6 commit 9cb403c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def test_slider_parameters(page: Page, app: ShinyAppProc) -> None:
)
slider9.expect_label("Draggable range")
slider9.expect_min("1672531200000.0") # 2023-01-01
slider9.expect_max("1704009600000.0") # 2023-12-31
slider9.expect_max("1703980800000.0") # 2023-12-31
slider9.expect_value(("2023-03-01", "2023-09-30"))
slider9.expect_drag_range("true")

Expand Down

0 comments on commit 9cb403c

Please sign in to comment.