Update 01 of 02
Agent handles MFA logins more reliably
The AI agent's ability to test apps with MFA logins is now more stable.
When the QA.tech agent tests an application with MFA enabled, it has to read a one-time code from the email or authenticator inbox and submit it before the code expires. Tests were occasionally failing because the captcha resolver would time out between reading the OTP and filling in the form, expiring the code mid-submission.
We tightened the timing on that path. If you have tests against an MFA-protected login flow that were occasionally flaking, they should be stable now.
To be clear: this is about the agent testing your app, not about how you log in to QA.tech. Your own QA.tech login flow is unaffected.