aboutsummaryrefslogtreecommitdiffstats
path: root/packages/meshbay-hub/tests/test_hook_ordering.py
diff options
context:
space:
mode:
Diffstat (limited to 'packages/meshbay-hub/tests/test_hook_ordering.py')
-rw-r--r--packages/meshbay-hub/tests/test_hook_ordering.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/meshbay-hub/tests/test_hook_ordering.py b/packages/meshbay-hub/tests/test_hook_ordering.py
index d03cdf5..d5ffcfe 100644
--- a/packages/meshbay-hub/tests/test_hook_ordering.py
+++ b/packages/meshbay-hub/tests/test_hook_ordering.py
@@ -52,6 +52,8 @@ STATIC_FILES = [
# The shared pop-up menu (docs/playlists.md §10.1), reached from the media
# views rather than imported by the shell.
"menu.js", "playlist-menu.js",
+ # The page's own confirm/alert, mounted outside the app tree.
+ "ask.js",
]
pytestmark = pytest.mark.skipif(not APP.exists(), reason="SPA sources unavailable")