You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(tests): add dialog automation to cached authentication scenario
- Cached authentication was reaching callback but failing to click dialog
- Added PowerShell UI automation to handle protocol dialogs in cached auth
- Mirrors the dialog handling from fresh authentication flow
- Should complete authentication for users with existing Auth0 sessions
The cached auth path was missing the dialog automation that the
fresh login path had, causing CI timeouts for returning users.
0 commit comments