test: fix click tests on android - #42726
Conversation
- Anchor the fixed header with bottom instead of a vh-based height, since 100vh exceeds innerHeight on Android and covered the whole viewport. - Skip the iframe retention test on Android.
Test results for "tests 1"1 failed 8 flaky51719 passed, 1247 skipped Merge workflow run. |
🟢 The one failure is pre-existing — it's broken on
|
Test results for "MCP"2 failed 8562 passed, 1446 skipped Merge workflow run. |
🟢 Both failures are pre-existing Windows/Firefox flakes
DetailsThe PR changes only Pre-existing flake / infra
Both look like the Windows Firefox bot being slow enough that a shutdown/settle step loses its race. Worth someone fixing on Triaged by the Playwright bot - agent run |
cca996e
into
microsoft:main
Summary
bottom: 50pxinstead ofcalc(100vh - 50px): on Android100vhexceedsinnerHeight, so the header covered the whole viewport and the click could never succeed.requestGC()is not enough to release the iframe.