Skip to content

Commit eca3197

Browse files
committed
Fix test
1 parent 95f098f commit eca3197

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

components/dash-core-components/tests/integration/misc/test_popover_visibility.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

8078
def 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

109106
def 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

156151
def 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

Comments
 (0)