Embedded Billing Widget Loads Several Seconds Late
EasyEmbedded widgetsFrames
Mission
- Incident
Slow iframe loads are a common source of false canary failures on embedded surfaces
- Goal
Wait for the real frame surface, trigger the primary action inside it, and verify completion
- Pass condition
Use the real action inside the provider frame container
What counts
- Use the real action inside the provider frame container
- final done state after frame readiness is reached
Constraints1 rules + 1 mutation note
Rules
- Do not treat initial frame load as ready-to-complete
Mutation
- Frame mount timing can drift across reruns
Hint 1
Action: Use the real action inside the provider frame container.
Hint 2
Assertion: Assert final done state after frame readiness is reached.
