Add persistent mobile Search Preview workflow navigation #974

Merged
rockachopa merged 2 commits from timmy/973-mobile-search-preview-navigation into main 2026-08-16 16:08:45 +00:00
Showing only changes of commit 8de2318f43 - Show all commits

View File

@ -1,10 +1,13 @@
from __future__ import annotations
import os
import re
from pathlib import Path
import pytest
if os.getenv("STACKCHAIN_RUN_RELEASE_E2E") != "1":
pytest.skip("rendered mobile Search Preview checks run only in the browser gate", allow_module_level=True)
pytest.importorskip("playwright.sync_api")
from playwright.sync_api import expect, sync_playwright