We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59ff922 commit d693c88Copy full SHA for d693c88
guidata/tests/unit/test_dataset_to_html.py
@@ -73,7 +73,7 @@ def test_simple_dataset_to_html():
73
assert expected_title in html
74
75
# Check table structure
76
- assert '<table border="0" style="font-family: monospace;">' in html
+ assert '<table border="0">' in html
77
assert "</table>" in html
78
79
# Check item names and values are present
@@ -208,7 +208,6 @@ def test_html_structure_and_styling():
208
assert "text-align: left" in html
209
assert "vertical-align: top" in html
210
assert "padding-left: 10px" in html
211
- assert "font-family: monospace" in html
212
213
214
assert html.count("<tr>") == html.count("</tr>")
0 commit comments