fix(ios): stabilize release screenshot launches

This commit is contained in:
joshavant
2026-07-23 00:24:47 -05:00
parent 89cfea034a
commit ebbbfa4c30
6 changed files with 67 additions and 25 deletions
@@ -118,6 +118,9 @@ describe("iOS Fastlane release upload gates", () => {
const verifier = functionBody(fastfile, "verify_snapshot_test_result!");
expect(screenshots).toContain("snapshot_devices.each_with_index");
expect(screenshots).toContain(
'only_testing: ["OpenClawUITests/OpenClawSnapshotUITests/testConnectedGatewayTabs"]',
);
expect(screenshots).toContain("result_bundle: true");
expect(screenshots).toContain("number_of_retries: 0");
expect(screenshots).toContain("stop_after_first_error: true");