from __future__ import annotations from pathlib import Path from tests.frontend_contract import read_feature ROOT = Path(__file__).resolve().parents[2] def test_workbench_shell_has_skip_link_and_main_focus_target() -> None: app = read_feature("shell") navigation = read_feature("shell") assert 'className="skip-link"' in app assert 'href="#workspace-main"' in app assert '