diff --git a/test/integration/ios-simulator-e2e/live-webview-remote-content.ts b/test/integration/ios-simulator-e2e/live-webview-remote-content.ts index 484ab49c0c..04ae86caea 100644 --- a/test/integration/ios-simulator-e2e/live-webview-remote-content.ts +++ b/test/integration/ios-simulator-e2e/live-webview-remote-content.ts @@ -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';