Skip to content

Commit 2734213

Browse files
committed
[tmp] comment out even more percy things
1 parent 6d8ae1e commit 2734213

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

test/integration/base/test_plotly_graph.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ def _run_test(dashjl, filename, percy_snapshot_prefix):
1616
dashjl.wait_for_element_by_css_selector("#graph", timeout=20)
1717

1818
dashjl.wait_for_text_to_equal("#status", "first", timeout=10)
19-
dashjl.percy_snapshot(name=f"{percy_snapshot_prefix} figure layout")
19+
# dashjl.percy_snapshot(name=f"{percy_snapshot_prefix} figure layout")
2020

2121
dashjl.find_element("#draw").click()
2222
dashjl.wait_for_text_to_equal("#status", "second", timeout=10)
23-
dashjl.percy_snapshot(name=name)
23+
# dashjl.percy_snapshot(name=name)
2424

2525

2626
def test_jlpg001_plotly_graph(dashjl):

test/integration/base/test_render.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def test_jltr001r_undo_redo(dashjl):
4545
dashjl.wait_for_text_to_equal(
4646
"#b", "xy", timeout=10
4747
)
48-
dashjl.percy_snapshot(name="undo-redo")
48+
# dashjl.percy_snapshot(name="undo-redo")
4949
click_undo(dashjl)
5050
click_undo(dashjl)
5151
dashjl.wait_for_text_to_equal(

0 commit comments

Comments
 (0)