From 962b7d64b41b9c2247f98a6ac5537bf78357c7f7 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 4 Dec 2022 17:25:09 +0700 Subject: [PATCH] pause --- tests/snapshot_tests/test_snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/snapshot_tests/test_snapshots.py b/tests/snapshot_tests/test_snapshots.py index e287186c7..338d3fb5d 100644 --- a/tests/snapshot_tests/test_snapshots.py +++ b/tests/snapshot_tests/test_snapshots.py @@ -133,7 +133,7 @@ def test_order_independence(snap_compare): def test_order_independence_toggle(snap_compare): # Interaction between multiple CSS files and app-level/classvar CSS - assert snap_compare("snapshot_apps/order_independence.py", press="t") + assert snap_compare("snapshot_apps/order_independence.py", press="t,_") # --- Other ---