Make mobile Work and Queues usable before optional hydration #1428

Merged
timmy merged 2 commits from timmy/1427-progressive-mobile-dock into main 2026-08-26 10:40:11 +00:00
Showing only changes of commit 664317212d - Show all commits

View File

@ -1,6 +1,11 @@
import os
from pathlib import Path
import pytest
if os.getenv("STACKCHAIN_RUN_RELEASE_E2E") != "1":
pytest.skip("progressive mobile dock checks run only in the browser gate", allow_module_level=True)
pytest.importorskip("playwright.sync_api")
from playwright.sync_api import expect, sync_playwright