|
67 | 67 | ['type', ['Ada Lovelace']], |
68 | 68 | [ |
69 | 69 | '__maestroAssertVisible', |
70 | | - ['label="Checkout form" || text="Checkout form" || id="Checkout form"', '5000'], |
| 70 | + ['label="Checkout form" || text="Checkout form" || id="Checkout form"', '7000'], |
71 | 71 | ], |
72 | 72 | [ |
73 | 73 | '__maestroAssertNotVisible', |
@@ -368,7 +368,7 @@ test('parseMaestroReplayFlow preserves selector state and absolute swipe command |
368 | 368 | assert.deepEqual( |
369 | 369 | parsed.actions.map((entry) => [entry.command, entry.positionals]), |
370 | 370 | [ |
371 | | - ['__maestroAssertVisible', ['id="shipping-pickup" selected="true"', '5000']], |
| 371 | + ['__maestroAssertVisible', ['id="shipping-pickup" selected="true"', '7000']], |
372 | 372 | ['swipe', ['100', '500', '100', '200', '300']], |
373 | 373 | ], |
374 | 374 | ); |
@@ -628,7 +628,7 @@ test('parseMaestroReplayFlow keeps retry commands for runtime evaluation', () => |
628 | 628 | control.actions.map((entry) => [entry.command, entry.positionals, entry.flags]), |
629 | 629 | [ |
630 | 630 | ['open', ['example://details'], {}], |
631 | | - ['__maestroAssertVisible', ['label="Article" || text="Article" || id="Article"', '5000'], {}], |
| 631 | + ['__maestroAssertVisible', ['label="Article" || text="Article" || id="Article"', '7000'], {}], |
632 | 632 | ], |
633 | 633 | ); |
634 | 634 | }); |
|
0 commit comments