@@ -74,8 +74,6 @@ def test_mspv001_popover_visibility_when_app_is_smaller_than_popup(dash_dcc):
7474 # Test DatePickerRange - click everything to verify all elements are accessible
7575 click_everything_in_datepicker ("#dpr" , dash_dcc )
7676
77- assert dash_dcc .get_logs () == []
78-
7977
8078def test_mspv002_popover_visibility_when_app_is_scrolled_down (dash_dcc ):
8179 """
@@ -103,7 +101,6 @@ def test_mspv002_popover_visibility_when_app_is_scrolled_down(dash_dcc):
103101 dash_dcc .wait_for_element ("#dps" )
104102
105103 click_everything_in_datepicker ("#dps" , dash_dcc )
106- assert dash_dcc .get_logs () == []
107104
108105
109106def test_mspv003_popover_contained_within_dash_app (dash_dcc ):
@@ -150,8 +147,6 @@ def test_mspv003_popover_contained_within_dash_app(dash_dcc):
150147 # Click everything in the datepicker to verify all elements are accessible
151148 click_everything_in_datepicker ("#dpr" , dash_dcc )
152149
153- assert dash_dcc .get_logs () == []
154-
155150
156151def test_mspv004_popover_inherits_container_styles (dash_dcc ):
157152 """Test that calendar days inherit font color and size from container.
@@ -193,5 +188,3 @@ def test_mspv004_popover_inherits_container_styles(dash_dcc):
193188
194189 # Font size should be 24px
195190 assert font_size == "24px" , "Expected calendar day to inherit its font size"
196-
197- assert dash_dcc .get_logs () == []
0 commit comments