import Foundation /// Standing QA account for UI tests that need an authenticated session. /// Fixed OTP, no SMS round trip needed. See /// decisions/2026-08-06-ui-test-account-and-app-attest-bypass.md for /// context (this is separate from guest-session App Attest, which has no /// known bypass yet). enum UITestAccount { static let email = "customer003@loverde.com.br" static let phone = "19991673003" static let otp = "66667777" }