Skip to content

Commit 8eb89ba

Browse files
committed
drop percy mathjax tests
1 parent 0ee422d commit 8eb89ba

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

components/dash-core-components/tests/integration/graph/test_graph_varia.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,6 @@ def test_grva011_without_mathjax(dash_dcc):
910910
app.layout = html.Div([dcc.Graph(id="output", figure={"data": [{"y": [3, 1, 2]}]})])
911911

912912
dash_dcc.start_server(app)
913-
dash_dcc.percy_snapshot("grva011 - graph without mathjax")
914913
assert dash_dcc.get_logs() == []
915914

916915

@@ -931,5 +930,4 @@ def test_grva012_with_mathjax(dash_dcc):
931930
)
932931

933932
dash_dcc.start_server(app)
934-
dash_dcc.percy_snapshot("grva012 - graph with mathjax")
935933
assert dash_dcc.get_logs() == []

components/dash-core-components/tests/integration/markdown/test_markdown.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ def test_mkdw002_dcclink(dash_dcc):
9090
)
9191

9292
dash_dcc.start_server(app)
93-
dash_dcc.percy_snapshot("mkdw002 - markdowns display")
94-
9593
assert dash_dcc.get_logs() == []
9694

9795

@@ -120,7 +118,6 @@ def test_mkdw004_inline_mathjax(dash_dcc):
120118
)
121119

122120
dash_dcc.start_server(app)
123-
dash_dcc.percy_snapshot("mkdw004 - markdown inline mathjax")
124121
assert dash_dcc.get_logs() == []
125122

126123

@@ -145,7 +142,6 @@ def test_mkdw005_block_mathjax(dash_dcc):
145142
)
146143

147144
dash_dcc.start_server(app)
148-
dash_dcc.percy_snapshot("mkdw005 - markdown block mathjax")
149145
assert dash_dcc.get_logs() == []
150146

151147

0 commit comments

Comments
 (0)