Consent Overlay Hides Accept CTA Behind Nested Shadow Layer
HardModalsShadow DOM
Mission
- Incident
Consent regressions can block key journeys across entire regions, so losing automation here is expensive fast
- Goal
Navigate the nested overlay boundary, trigger the real accept action, and verify the flow completes
- Pass condition
Trigger the real consent-accept action through the overlay tunnel
What counts
- Trigger the real consent-accept action through the overlay tunnel
- final done lifecycle state
- overlay flow reaches consent-complete terminal marker
Constraints1 rules + 1 mutation note
Rules
- Do not stop at intermediate overlay states
Mutation
- Overlay layer wrappers can shift while terminal marker remains stable
Hint 1
Action: Trigger the real consent-accept action through the overlay tunnel.
Hint 2
Assertion: Assert final done lifecycle state.
Hint 3
Assertion: Assert overlay flow reaches consent-complete terminal marker.
