diff options
Diffstat (limited to 'packages/meshbay-hub/tests/test_layout_responsive.py')
| -rw-r--r-- | packages/meshbay-hub/tests/test_layout_responsive.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/meshbay-hub/tests/test_layout_responsive.py b/packages/meshbay-hub/tests/test_layout_responsive.py index 0e2444c..11a6d05 100644 --- a/packages/meshbay-hub/tests/test_layout_responsive.py +++ b/packages/meshbay-hub/tests/test_layout_responsive.py @@ -112,7 +112,9 @@ def test_the_toolbar_still_fits_a_360px_screen(css): # ── The chat panel's height ─────────────────────────────────────────────────── -APP = STATIC / "app.js" +# fit() and its constants are ChatPanel's own viewport-sizing logic, moved to +# chat-app.js in the group-page refactor. +APP = STATIC / "chat-app.js" @pytest.fixture(scope="module") |