Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { acceptDeepLinkConfirmationIfPresent } from './live-deep-link-confirmati
import { type LiveContext, runStep, verifyBehavior } from './live-harness.ts';

const WEBVIEW_LAB_DEEP_LINK = 'agent-device-test-app:///webview';
// Temporary CI probe: measure the XCTest skip route for an iOS E2E-only PR diff.
// Native chrome of the lab, rendered with the route and before the page: it proves the deep link
// landed without asking the runner to query a screen whose web view is still loading.
const LAB_CHROME_ID = 'close-webview-lab';
Expand Down
Loading