test: isolate Search Preview browser checks
All checks were successful
CI / lint (pull_request) Successful in 1m58s
CI / build-release (pull_request) Successful in 5s
CI / browser-journey (pull_request) Successful in 1m8s
CI / release-candidate (pull_request) Has been skipped

This commit is contained in:
timmy 2026-08-16 16:05:06 +00:00
parent 24f781d398
commit 8de2318f43

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