Embedded Scheduler Recreates Iframe After Submit
EasyEmbedded widgetsFrames
Mission
- Incident
Iframe remounts are common in embedded providers and can silently invalidate the assumptions inside fast canaries
- Goal
Handle the embedded frame lifecycle cleanly and prove the recreated frame still completes the flow
- Pass condition
Trigger schedule confirmation via the current frame action
What counts
- Trigger schedule confirmation via the current frame action
- idle before action
- done after remount cycle completes
Constraints1 rules + 1 mutation note
Rules
- Do not rely on stale frame handles across remounts
Mutation
- Frame can remount multiple times after submit
Hint 1
Action: Trigger schedule confirmation via the current frame action.
Hint 2
Assertion: Assert idle before action.
Hint 3
Assertion: Assert done after remount cycle completes.
