# RevHero QA Run — scheduled-20260430T170224 **Started:** 2026-04-30T17:02:26.555Z **Finished:** 2026-04-30T17:13:27.272Z ## Summary | | Count | |---|---| | Total | 241 | | PASS | 163 | | FAIL | 51 | | SKIP | 20 | | NOT_EXEC | 7 | ## Results | ID | Status | Duration | Description | |---|---|---|---| | `FE-AUTH-001` | PASS | 2087.967415ms | /login page renders with email + password + Forgot Password + Login + Register link | | `FE-AUTH-002` | FAIL | 60516.336562000004ms | Login with valid credentials → redirect to /automation-campaign | | `FE-AUTH-003` | PASS | 228.56874000000244ms | Login with wrong password → friendly error, no stack trace | | `FE-AUTH-004` | PASS | 60.06046700000297ms | Login with non-existent email → generic friendly error (no enumeration) | | `FE-AUTH-005` | PASS | 1489.485950999995ms | Login with empty fields → form validation errors | | `FE-AUTH-006` | PASS | 817.7645349999948ms | Eye icon on password field toggles show/hide | | `FE-AUTH-007` | PASS | 1107.484156999999ms | Forgot Password link → /forgot-password page renders | | `FE-AUTH-008` | PASS | 276.6376440000022ms | Submit forgot password form with valid email → success message | | `FE-AUTH-009` | FAIL | 104.41744900000049ms | Submit forgot password with non-existent email → generic success (anti-enumeration) | | `FE-AUTH-010` | PASS | 51.013552999997046ms | /auth-reset-password?token=invalid → friendly invalid token error | | `FE-AUTH-011` | PASS | 13.609032999986084ms | /auth-reset-password validates min length and match | | `FE-AUTH-012` | FAIL | 60222.418596ms | Sign Out button → clears cookies → redirects to /login | | `FE-AUTH-013` | FAIL | 60337.876546ms | Hard refresh of authenticated page → session restores, no console errors | | `FE-AUTH-014` | PASS | 781.347363000008ms | Direct nav to authenticated route while logged out → redirects to /login with ?redirect= | | `FE-AUTH-015` | PASS | 78.82301399999415ms | JWT expires mid-session → next API call triggers refresh; refresh fail → logout | | `FE-AUTH-016` | PASS | 5799.605815999996ms | Login on staging hits staging BFF, NOT prod (FE-BUG-002 regression) | | `FE-AUTH-017` | FAIL | 60192.68126099999ms | Cookie has Secure, HttpOnly, SameSite flags set on auth cookies | | `FE-AUTH-018` | FAIL | 60310.02076800002ms | Open redirect — ?redirect=https://evil.com after login → blocked | | `FE-AUTH-019` | PASS | 2156.254446999985ms | Login button shows loading spinner while authenticating | | `FE-AUTH-020` | PASS | 477.429123000009ms | Rate limiting on /login — rapid wrong-password attempts trigger 429 | | `FE-CAMP-001` | SKIP | 0ms | /automation-campaign lists campaigns or shows empty state | | `FE-CAMP-002` | SKIP | 0ms | Tabs Active / Inactive / All switch correctly | | `FE-CAMP-003` | SKIP | 0ms | Search Campaigns input filters list | | `FE-CAMP-004` | SKIP | 0ms | Pagination Next/Prev (where present) is sane | | `FE-CAMP-005` | SKIP | 0ms | PULSE / SWARM tabs at top (SWARM dev-only on staging) | | `FE-CAMP-006` | SKIP | 0ms | /automation-campaign/create renders builder | | `FE-CAMP-007` | SKIP | 0ms | Builder header shows 'Untitled' (FE-BUG-08 fix — not literal 'undefined') | | `FE-CAMP-008` | SKIP | 0ms | Builder canvas shows 'Add Stage +' button | | `FE-CAMP-009` | SKIP | 0ms | Click Add Stage opens stage type modal | | `FE-CAMP-010` | SKIP | 0ms | Stage settings modal validates required fields (sanity check) | | `FE-CAMP-011` | SKIP | 0ms | Builder name area exists (route smoke) | | `FE-CAMP-012` | SKIP | 0ms | Save Campaign with no stages → friendly error or warning | | `FE-CAMP-013` | SKIP | 0ms | Active toggle persists after save (visual presence) | | `FE-CAMP-014` | SKIP | 0ms | Click 'Import campaign from CRM' opens import modal | | `FE-CAMP-015` | SKIP | 0ms | Import campaign validates CRM connection state (smoke) | | `FE-CAMP-016` | SKIP | 0ms | /automation-campaign/[id] for non-existent ID → 404 or friendly error | | `FE-CAMP-017` | SKIP | 0ms | /automation-campaign/[id]/deals lists campaign deals | | `FE-CAMP-018` | SKIP | 0ms | Deals table renders without crashing (smoke) | | `FE-CAMP-019` | SKIP | 0ms | Pull CRM State button triggers sync (button present) | | `FE-CAMP-020` | SKIP | 0ms | Stage drag-and-drop reorders without crashes (page renders) | | `FE-CROSS-001` | FAIL | 60479.93298000001ms | All staging API calls go to *.test.revhero.io (FE-BUG-002 regression) | | `FE-CROSS-002` | PASS | 1.8442639999848325ms | Cloud-document uploads go to staging cloud-documents (smoke) | | `FE-CROSS-003` | FAIL | 60361.34250800003ms | Dev-only routes accessible on staging (proxy.ts hostname check) | | `FE-CROSS-004` | PASS | 2.407695000001695ms | Same routes redirect to /automation-campaign on prod (skip on staging) | | `FE-CROSS-005` | PASS | 0.34419199998956174ms | Free Plan signup completes without payment form (FE-BUG-001 regression) | | `FE-CROSS-006` | PASS | 0.21067299996502697ms | Plan-feature labels render numbers with thousands separators (smoke) | | `FE-CROSS-007` | PASS | 0.2173550000297837ms | Settings right-rail items don't truncate (smoke) | | `FE-CROSS-008` | PASS | 0.2599449999979697ms | Currency values show 2 decimals consistently (smoke) | | `FE-CROSS-009` | PASS | 0.23865500005194917ms | Campaign create header shows 'Untitled campaign' (FE-BUG-08 regression) | | `FE-CROSS-010` | PASS | 0.3001800000201911ms | Phone /sms doesn't get stuck on skeleton (FE-BUG-04 regression) | | `FE-DEAL-001` | PASS | 555.3482180000001ms | Sweep endpoint returns jobs_scheduled count | | `FE-DEAL-002` | PASS | 0.7793050000000221ms | Sweep moves a deal forward (smoke — needs seeded campaign) | | `FE-DEAL-003` | PASS | 0.46289500000011685ms | Inactive campaign skips sweep (smoke) | | `FE-DEAL-004` | PASS | 0.7506620000001476ms | Inactive user's stages skipped (smoke) | | `FE-DEAL-005` | PASS | 0.1948539999998502ms | max_deals_to_move quota respected (smoke) | | `FE-DEAL-006` | PASS | 0.3717540000000099ms | Worker pops job within 5s (smoke) | | `FE-DEAL-007` | PASS | 0.25563800000008996ms | Worker triggers email/SMS action (smoke) | | `FE-DEAL-008` | PASS | 0.2082580000001144ms | Action returns 425 → deal rolled back (smoke) | | `FE-DEAL-009` | PASS | 1.4725899999998546ms | Action 5xx → exponential backoff retry (smoke) | | `FE-DEAL-010` | PASS | 0.8465499999999793ms | Successful move appears in BFF /v1/deals/filter (smoke) | | `FE-DEAL-011` | PASS | 0.805515000000014ms | Successful move does NOT create activity row (smoke) | | `FE-DEAL-012` | PASS | 0.20453300000008312ms | CRM sync goroutine fires after move (smoke) | | `FE-DEAL-013` | PASS | 40.74212299999999ms | /v1/stages/scheduled endpoint reachable | | `FE-DEAL-014` | PASS | 175.25268800000003ms | /v1/stages/moved endpoint reachable | | `FE-DEAL-015` | PASS | 0.2849020000001019ms | Redis isolation between staging and prod (smoke) | | `FE-DEAL-016` | PASS | 0.16081099999996695ms | Super-admin sweeper button (smoke) | | `FE-DEAL-017` | PASS | 0.19674699999995937ms | next_move_date NULL → deal NOT picked up (smoke) | | `FE-DEAL-SEARCH-001` | FAIL | 60478.772274999996ms | Type email into Search Deals input → table filters by email | | `FE-DEAL-SEARCH-002` | FAIL | 60339.01618ms | Type partial first name → filter applies | | `FE-DEAL-SEARCH-003` | FAIL | 60476.584512000016ms | Press Enter in search submits without page reload | | `FE-DEAL-SEARCH-004` | FAIL | 60370.00157699999ms | Clear input → full deal list returns | | `FE-DEAL-SEARCH-005` | PASS | 2.530213999998523ms | Search persists across pagination | | `FE-DEAL-SEARCH-006` | FAIL | 60390.964791000006ms | Include lost deals toggle ON/OFF persists | | `FE-EMAIL-001` | FAIL | 60733.702407000004ms | /email-system/email lists messages or empty state | | `FE-EMAIL-002` | FAIL | 60634.410730999996ms | 'Mailbox not connected' empty state with Connect Mailbox CTA | | `FE-EMAIL-003` | FAIL | 60244.962220999994ms | Connect Mailbox button opens OAuth flow (button presence) | | `FE-EMAIL-004` | FAIL | 60189.19443999999ms | Email filters work (filter UI exists) | | `FE-EMAIL-005` | FAIL | 60446.91737599997ms | Search Emails input filters list | | `FE-EMAIL-006` | FAIL | 60176.74557900004ms | '+' button opens compose / add modal | | `FE-EMAIL-007` | FAIL | 60245.94355199998ms | /email-system/email/add page renders without crashing | | `FE-EMAIL-008` | FAIL | 61071.302070999984ms | Compose form requires recipient + subject + body | | `FE-EMAIL-009` | PASS | 1.9923499999567866ms | Send email triggers BFF call (network observation) | | `FE-EMAIL-010` | FAIL | 60237.98257999995ms | /email-system/email/[id] shows email detail (route accessible) | | `FE-EMAIL-011` | FAIL | 60764.63252600003ms | Email categories sidebar navigates | | `FE-EMAIL-012` | PASS | 1.324443000019528ms | Pagination at top right (X of Y) updates with results | | `FE-EMAIL-IN-001` | PASS | 5.963265000000092ms | Reply appears in FE thread within ~30s (smoke) | | `FE-EMAIL-IN-002` | PASS | 0.7486280000000534ms | email row has sentiment after scoring (smoke) | | `FE-EMAIL-IN-003` | PASS | 0.3577980000000025ms | 'unsubscribe' triggers NEGATIVE heuristic + deal-loss (smoke) | | `FE-EMAIL-IN-004` | PASS | 0.35813899999993737ms | OOO autoresponder → NEUTRAL + date extraction (smoke) | | `FE-EMAIL-IN-005` | PASS | 0.35024399999997513ms | Self-reply skips sentiment (smoke) | | `FE-EMAIL-IN-006` | PASS | 0.4388810000000376ms | Inbound XSS subject escapes on render (smoke) | | `FE-EMAIL-IN-007` | PASS | 0.4449210000000221ms | Bounce notification flags original send (smoke) | | `FE-EMAIL-IN-008` | PASS | 330.0300340000001ms | POST /v1/emails/sentiment-webhook from public internet — must return 401/403/404 | | `FE-EMAIL-IN-009` | PASS | 3.694578999999976ms | Mark inbound email Read/Unread/Favourite/Archive (smoke) | | `FE-EMAIL-IN-010` | PASS | 1.3029220000000805ms | Conversation history merges sent + received chronologically (smoke) | | `FE-EMAIL-IN-011` | PASS | 0.29332700000009027ms | Cross-tenant email isolation (smoke) | | `FE-EMAIL-OUT-001` | FAIL | 60710.178931ms | Connect Gmail mailbox via OAuth (external-blocked) — assert URL request returns redirec... | | `FE-EMAIL-OUT-002` | FAIL | 60282.746203ms | Connect Microsoft mailbox same flow (external-blocked) | | `FE-EMAIL-OUT-003` | PASS | 4.266596999994363ms | Disconnect mailbox via POST /v1/user-mailboxes/:id/disconnect (smoke) | | `FE-EMAIL-OUT-004` | FAIL | 60567.33516100001ms | Test Email (rate-limited 5/hr) endpoint exists | | `FE-EMAIL-OUT-005` | PASS | 0.6085360000142828ms | Test-Email button disabled when ai_personalization_enabled=false (FE check) | | `FE-EMAIL-OUT-006` | PASS | 0.5615779999934603ms | 6 test emails in 1 hour → 429 | | `FE-EMAIL-OUT-007` | FAIL | 60208.71666800001ms | Send manual email with merge tags (composer renders) | | `FE-EMAIL-OUT-008` | PASS | 0.6186450000095647ms | Manual email to deal contact creates sent_email row (smoke) | | `FE-EMAIL-OUT-009` | PASS | 0.38878599999588914ms | Email signature appended to outbound (smoke) | | `FE-EMAIL-OUT-010` | FAIL | 60176.37206999998ms | Empty subject → form validation rejects | | `FE-EMAIL-OUT-011` | PASS | 0.6954590000095777ms | Long body (>50 KB) handled (smoke — no 500) | | `FE-EMAIL-OUT-012` | PASS | 0.4470649999566376ms | XSS in subject + body sanitised (smoke — no script execution) | | `FE-HELP-001` | FAIL | 60160.908458000005ms | /help renders FAQ section (dev-only on staging) | | `FE-HELP-002` | PASS | 0.7104160000017146ms | Search articles input filters FAQ | | `FE-HELP-003` | PASS | 0.34048499999335036ms | Help category cards render | | `FE-HELP-004` | PASS | 0.25792200000432786ms | Contact Support button opens email/chat | | `FE-HELP-005` | FAIL | 60379.62480799999ms | /getting-started checklist progress bar updates | | `FE-HELP-006` | PASS | 1.2709630000172183ms | Watch Video opens modal | | `FE-HELP-007` | PASS | 0.2261630000139121ms | Add Signature redirects to email signature settings | | `FE-HELP-008` | PASS | 0.2002830000128597ms | Start Guided Walkthrough triggers tour | | `FE-LAY-001` | FAIL | 61218.901192000005ms | Sidebar visible on every authenticated dashboard page | | `FE-LAY-002` | FAIL | 60360.881545ms | Sidebar shows Dashboard / Campaign / Phone / Email / Settings (smoke) | | `FE-LAY-003` | FAIL | 61020.819006000005ms | Header shows credit balance, notification bell, sign out | | `FE-LAY-004` | PASS | 4.683094000007259ms | Active sidebar item highlighted in primary color (smoke) | | `FE-LAY-005` | PASS | 0.47002700000302866ms | Click sidebar item navigates without full page reload (smoke) | | `FE-LAY-006` | PASS | 0.5582620000059251ms | Mobile nav (<768px) collapses sidebar to hamburger (smoke) | | `FE-LAY-007` | PASS | 1.1823370000056457ms | Layout no CLS when notifications appear/dismiss (smoke) | | `FE-LAY-008` | PASS | 0.3071730000083335ms | Layout no CLS when modals open/close (smoke) | | `FE-NOTIF-001` | FAIL | 60851.488429ms | /notifications renders list with All / Read / Unread tabs | | `FE-NOTIF-002` | PASS | 2.254861000001256ms | Tabs filter notifications | | `FE-NOTIF-003` | PASS | 0.41238999999768566ms | Sub-tabs Email/SMS/LinkedIn/System filter by type | | `FE-NOTIF-004` | PASS | 0.49548499999946216ms | Mark all as read clears unread | | `FE-NOTIF-005` | PASS | 0.3501940000060131ms | Per-row 'Mark as Read' updates row (smoke) | | `FE-NOTIF-006` | PASS | 0.5152219999945373ms | Notifications scoped to current account_id (smoke) | | `FE-NOTIF-007` | PASS | 0.3306369999991148ms | Bell icon shows unread badge (smoke) | | `FE-NOTIF-008` | PASS | 0.2934380000006058ms | Relative timestamps update (smoke) | | `FE-PHONE-001` | FAIL | 60652.094398ms | /phone-system redirects to /phone-system/sms | | `FE-PHONE-002` | FAIL | 60951.428230000005ms | /phone-system/sms renders empty state (FE-BUG-04 fix — no permanent skeleton) | | `FE-PHONE-003` | FAIL | 60182.48144999999ms | Empty state shows 'Go to Phone System Settings' CTA (best-effort) | | `FE-PHONE-004` | FAIL | 60234.172807000024ms | /phone-system/voicemails lists voicemails or empty state | | `FE-PHONE-005` | PASS | 5.00575700000627ms | Brand registration flow accessible from phone system | | `FE-PHONE-006` | PASS | 0.414814000017941ms | A2P status badge displays correct color/text (smoke) | | `FE-PHONE-007` | PASS | 0.2797830000054091ms | Phone Number purchase flow renders available numbers (smoke) | | `FE-PHONE-008` | PASS | 0.41681700001936406ms | Buy phone number button triggers purchase API call (smoke) | | `FE-PHONE-009` | PASS | 0.8109149999800138ms | Send SMS modal validates recipient + body (smoke) | | `FE-REG-001` | PASS | 2425.2681060000004ms | /signup step 1 renders register form (name, email, password, phone) | | `FE-REG-002` | PASS | 2309.0702020000003ms | Submit empty form → field validation errors | | `FE-REG-003` | PASS | 3171.4728969999996ms | Submit with invalid email format → validation error | | `FE-REG-004` | PASS | 2499.9063069999993ms | Submit with weak password → strength meter + rejection | | `FE-REG-005` | PASS | 149.86601999999948ms | Submit with duplicate email → friendly 'email already registered' | | `FE-REG-006` | PASS | 23061.617943999998ms | Submit valid form → advances to step 2 (Select Plan) | | `FE-REG-007` | PASS | 1973.7406069999997ms | Step 2 shows Pulse Free + Pulse Pro side-by-side | | `FE-REG-008` | PASS | 1024.2647690000013ms | Toggle Monthly / Annually switches plan prices | | `FE-REG-009` | PASS | 1810.6306230000046ms | Click Free Plan → advances to step 4 (Order Information), skipping step 3 | | `FE-REG-010` | PASS | 932.7144509999998ms | Click Pulse Pro → advances to step 3 (Add-ons) | | `FE-REG-011` | PASS | 449.24925200000143ms | Step 4 (Free Plan) — Total Due $0.00, 'Continue' button (NOT 'Continue to Payment') | | `FE-REG-012` | PASS | 794.1524749999953ms | Step 4 (Free Plan) — promo code field hidden (FE-BUG-001 fix) | | `FE-REG-013` | PASS | 1161.1368500000026ms | Step 4 (Free Plan) — clicking Continue skips payment form | | `FE-REG-014` | NOT_EXEC | 0ms | Step 4 (Paid plan) — Payment Information form shows card fields @paid | | `FE-REG-015` | NOT_EXEC | 0ms | Step 4 — apply promo code BETAOFFER → 100% discount → label changes @paid | | `FE-REG-016` | NOT_EXEC | 0ms | Step 4 — invalid promo code → friendly error @paid | | `FE-REG-017` | NOT_EXEC | 0ms | Step 4 — expired promo code → friendly error @paid | | `FE-REG-018` | NOT_EXEC | 0ms | Step 4 — payment form rejects invalid card number @paid | | `FE-REG-019` | NOT_EXEC | 0ms | Step 4 — payment form rejects expired card @paid | | `FE-REG-020` | NOT_EXEC | 0ms | Step 4 — payment form requires all billing address fields @paid | | `FE-REG-021` | PASS | 1430.5816589999959ms | Browser back button mid-wizard preserves form state | | `FE-REG-022` | PASS | 2271.907868000002ms | Direct nav to ?step=4 without completing 1-3 → redirects | | `FE-REG-023` | FAIL | 60561.324339000006ms | Already-authenticated user navigating to /signup → redirects to dashboard | | `FE-REG-024` | PASS | 1822.0861730000033ms | Wizard step indicator updates correctly per step | | `FE-SET-G-001` | FAIL | 61449.192729ms | /settings/general renders Billing section by default | | `FE-SET-G-002` | FAIL | 61039.297593999996ms | Right sidebar nav items show full text (fe-ui-01 regression) | | `FE-SET-G-003` | PASS | 2.793846000000485ms | Right sidebar nav items list (smoke) | | `FE-SET-G-004` | PASS | 0.32240200000524055ms | Switching nav items updates panel without reload (smoke) | | `FE-SET-G-005` | PASS | 0.6028460000088671ms | Current Plan card shows plan name + price (smoke) | | `FE-SET-G-006` | FAIL | 60536.105043999996ms | Plan features show numbers with thousands separators (fe-ui-02 regression) | | `FE-SET-G-007` | PASS | 0.5424029999994673ms | Promo code card shows discount + expiry + COPY (smoke) | | `FE-SET-G-008` | PASS | 0.34187800000654534ms | Manage Add-ons button opens manage-plans page (smoke) | | `FE-SET-G-009` | PASS | 0.36231599998427555ms | CRM API tab shows connected CRM with masked key (smoke) | | `FE-SET-G-010` | PASS | 0.2944900000002235ms | Sub-User Management lists invited users (smoke) | | `FE-SET-G-011` | PASS | 0.22290600000997074ms | Sub-User Invite form validates email (smoke) | | `FE-SET-G-012` | PASS | 2.9407309999805875ms | Active Hours tab allows setting weekly schedule (smoke) | | `FE-SET-G-013` | PASS | 0.4198540000070352ms | Email Signatures tab renders editor + preview (smoke) | | `FE-SET-G-014` | PASS | 1.8034890000126325ms | Book Link tab persists URL (smoke) | | `FE-SET-G-015` | PASS | 0.4313959999999497ms | AI Customized Templates tab lists templates (smoke) | | `FE-SET-M-001` | FAIL | 60513.736309ms | /settings/manage-plans renders manage add-ons section | | `FE-SET-M-002` | PASS | 0.3736780000035651ms | Existing add-ons list (smoke) | | `FE-SET-M-003` | PASS | 0.2025990000111051ms | Empty state friendly message (smoke) | | `FE-SET-M-004` | PASS | 0.16245300002628937ms | Available add-ons list (smoke) | | `FE-SET-M-005` | PASS | 0.21774599998025224ms | Add new add-on triggers checkout flow (smoke) | | `FE-SET-M-006` | PASS | 0.15435900003649294ms | Cancel add-on triggers confirmation modal (smoke) | | `FE-SET-S-001` | FAIL | 60423.28831999999ms | /settings/system renders Brand Status + Phone Settings | | `FE-SET-S-002` | PASS | 1.1935079999966547ms | Right sidebar Phone / Email Settings (smoke) | | `FE-SET-S-003` | PASS | 0.39059900000575ms | Brand Status badge color matches status (smoke) | | `FE-SET-S-004` | PASS | 0.28798799999640323ms | Register Brand button opens modal (smoke) | | `FE-SET-S-005` | PASS | 0.3824040000035893ms | Phone Number Settings shows empty state (smoke) | | `FE-SET-S-006` | PASS | 0.20234699998400174ms | Email Settings shows OAuth connection state (smoke) | | `FE-SET-S-007` | PASS | 0.22532999998657033ms | Save Route button persists route preferences (smoke) | | `FE-SETUP-001` | FAIL | 61203.160087000004ms | /setup page renders for newly-signed-up users | | `FE-SETUP-002` | PASS | 1635.285477999998ms | Setup wizard captures business profile info (form renders) | | `FE-SETUP-003` | FAIL | 60165.32076999999ms | Skip onboarding via 'Skip for now' → dashboard with welcome modal (skip CTA exists) | | `FE-SETUP-004` | FAIL | 60291.41411499999ms | /getting-started shows checklist with at least one step | | `FE-SETUP-005` | FAIL | 60299.651681999996ms | Welcome greeting renders user's first name | | `FE-SETUP-006` | PASS | 291.7421880000038ms | setup_finished flag persists in DB for the test admin | | `FE-SETUP-007` | FAIL | 60282.686581000016ms | /getting-started accessible even when setup_finished is true (onboarding route exception) | | `FE-SMS-TOKY-001` | PASS | 2.5521949999999833ms | BYOC card lists Toky in /settings/system (smoke) | | `FE-SMS-TOKY-002` | PASS | 0.4071710000000621ms | Save bogus Toky API key → red error (smoke) | | `FE-SMS-TOKY-003` | PASS | 0.2831380000000081ms | Save real test API key creates carrier_credentials row (smoke) | | `FE-SMS-TOKY-004` | PASS | 0.39183200000002216ms | Save handshake registers webhook on Toky side (smoke) | | `FE-SMS-TOKY-005` | PASS | 0.30332599999997ms | Re-save credential clears existing webhook auth (smoke) | | `FE-SMS-TOKY-006` | PASS | 0.4212569999999687ms | Add Toky Number lists user inventory (smoke) | | `FE-SMS-TOKY-007` | PASS | 0.30656299999986913ms | Import test number creates phonenumbers row (smoke) | | `FE-SMS-TOKY-008` | PASS | 0.21016200000008212ms | Send SMS via Toky doesn't decrement credits (smoke) | | `FE-SMS-TOKY-009` | PASS | 0.27680599999985134ms | Reply lands inbound within 10s (smoke) | | `FE-SMS-TOKY-010` | PASS | 246.23172899999986ms | Toky inbound webhook validates HTTP Basic auth | | `FE-SMS-TOKY-011` | PASS | 0.8318329999999605ms | Toky payload is JSON array (smoke) | | `FE-SMS-TOKY-012` | PASS | 0.33456500000011147ms | Toky inbound NEGATIVE sentiment marks deal LOST (smoke) | | `FE-SMS-TOKY-013` | PASS | 0.22059199999989687ms | Replay same payload twice → idempotent (smoke) | | `FE-SMS-TOKY-014` | PASS | 0.5168350000001283ms | Disconnect Toky credential revokes webhook (smoke) | | `FE-SMS-TOKY-015` | PASS | 0.1621820000000298ms | Twilio + Toky number coexistence (smoke) | | `FE-SMS-TOKY-016` | PASS | 0.28961099999992257ms | AI personalization charges AI credits but not phone (smoke) | | `FE-SMS-TOKY-017` | PASS | 0.15576099999998405ms | Twilio regression after Toky enabled (smoke) | | `FE-SMS-TOKY-018` | PASS | 0.3476499999999305ms | Legacy provider=NULL treated as 'twilio' (smoke) | | `FE-SMS-TOKY-019` | PASS | 0.236131000000114ms | Toky API key with zero numbers → empty inventory (smoke) | | `FE-SMS-TOKY-020` | PASS | 0.3486400000001595ms | Webhook dedup respects DRF pagination shape (smoke) | | `FE-SMS-TW-001` | PASS | 2.2438200000001416ms | A2P brand registration starts from /settings/system (smoke) | | `FE-SMS-TW-002` | PASS | 0.5123360000000048ms | Phone-number purchase blocked when A2P != brand_approved | | `FE-SMS-TW-003` | PASS | 0.448477000000139ms | Phone-number purchase succeeds when approved | | `FE-SMS-TW-004` | PASS | 0.36166499999990265ms | Send SMS from /phone-system/sms (smoke) | | `FE-SMS-TW-005` | PASS | 0.6127140000000963ms | Send SMS with merge tag rendered correctly | | `FE-SMS-TW-006` | PASS | 0.4069390000001931ms | Send SMS with no credits → 402 / out-of-credits | | `FE-SMS-TW-007` | PASS | 1.8012630000000627ms | Twilio API failure releases reserved credits | | `FE-SMS-TW-008` | PASS | 0.4012190000000828ms | Send SMS exceeds rate limit → 429 | | `FE-SMS-TW-009` | PASS | 0.2883990000000267ms | Inbound SMS appears in FE thread (smoke) | | `FE-SMS-TW-010` | PASS | 0.3444539999998142ms | Inbound negative sentiment marks deal LOST (smoke) | | `FE-SMS-TW-011` | PASS | 458.55770800000005ms | Twilio webhook with wrong bears_key → 401 | | `FE-SMS-TW-012` | PASS | 0.28267699999992146ms | Twilio status callback updates messages.status (smoke) | | `FE-USER-001` | FAIL | 60380.78425899998ms | /user renders profile fields | | `FE-USER-002` | FAIL | 60253.28373199998ms | Created date renders correctly (NOT 'Invalid Date') | | `FE-USER-003` | PASS | 0.45467900001676753ms | Change Password button opens modal (smoke) | | `FE-USER-004` | PASS | 0.20915000000968575ms | Password modal validates fields (smoke) | | `FE-USER-005` | PASS | 0.1444599999813363ms | Wrong current password → friendly error (smoke) | | `FE-USER-006` | PASS | 0.2710949999745935ms | Password change success closes modal + toast (smoke) | | `UNKNOWN-8j1wpx` | PASS | 119.25229200000001ms | WEBHOOK-AUTH-001 — email-ingress sentiment-webhook rejects without auth | | `UNKNOWN-dowjgh` | PASS | 57.29734700000006ms | WEBHOOK-AUTH-002 — sms-service sentiment-webhook rejects without auth | | `UNKNOWN-z228x5` | PASS | 100.88907399999994ms | WEBHOOK-AUTH-003 — deal-mover sweeper rejects without auth | ## Failures ### FE-AUTH-002 — Login with valid credentials → redirect to /automation-campaign ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 10m2s","retry_after_seconds":602,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-AUTH-009 — Submit forgot password with non-existent email → generic success (anti-enumeration) ``` expected 500 to be 404 // Object.is equality ``` ### FE-AUTH-012 — Sign Out button → clears cookies → redirects to /login ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 8m58s","retry_after_seconds":538,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-AUTH-013 — Hard refresh of authenticated page → session restores, no console errors ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 7m58s","retry_after_seconds":478,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-AUTH-017 — Cookie has Secure, HttpOnly, SameSite flags set on auth cookies ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 6m51s","retry_after_seconds":411,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-AUTH-018 — Open redirect — ?redirect=https://evil.com after login → blocked ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 5m51s","retry_after_seconds":351,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-CROSS-001 — All staging API calls go to *.test.revhero.io (FE-BUG-002 regression) ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 7m2s","retry_after_seconds":422,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-CROSS-003 — Dev-only routes accessible on staging (proxy.ts hostname check) ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 6m2s","retry_after_seconds":362,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-DEAL-SEARCH-001 — Type email into Search Deals input → table filters by email ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 4m44s","retry_after_seconds":284,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-DEAL-SEARCH-002 — Type partial first name → filter applies ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 3m44s","retry_after_seconds":224,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-DEAL-SEARCH-003 — Press Enter in search submits without page reload ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 2m44s","retry_after_seconds":164,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-DEAL-SEARCH-004 — Clear input → full deal list returns ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 1m43s","retry_after_seconds":103,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-DEAL-SEARCH-006 — Include lost deals toggle ON/OFF persists ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 43s","retry_after_seconds":43,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-EMAIL-001 — /email-system/email lists messages or empty state ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 9m33s","retry_after_seconds":573,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-EMAIL-002 — 'Mailbox not connected' empty state with Connect Mailbox CTA ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 8m32s","retry_after_seconds":512,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-EMAIL-003 — Connect Mailbox button opens OAuth flow (button presence) ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 7m32s","retry_after_seconds":452,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-EMAIL-004 — Email filters work (filter UI exists) ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 6m32s","retry_after_seconds":392,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-EMAIL-005 — Search Emails input filters list ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 5m32s","retry_after_seconds":332,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-EMAIL-006 — '+' button opens compose / add modal ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 4m31s","retry_after_seconds":271,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-EMAIL-007 — /email-system/email/add page renders without crashing ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 3m31s","retry_after_seconds":211,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-EMAIL-008 — Compose form requires recipient + subject + body ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 2m30s","retry_after_seconds":150,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-EMAIL-010 — /email-system/email/[id] shows email detail (route accessible) ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 1m30s","retry_after_seconds":90,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-EMAIL-011 — Email categories sidebar navigates ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 29s","retry_after_seconds":29,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-EMAIL-OUT-001 — Connect Gmail mailbox via OAuth (external-blocked) — assert URL request returns redirect URL ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 4m58s","retry_after_seconds":298,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-EMAIL-OUT-002 — Connect Microsoft mailbox same flow (external-blocked) ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 3m58s","retry_after_seconds":238,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-EMAIL-OUT-004 — Test Email (rate-limited 5/hr) endpoint exists ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 2m58s","retry_after_seconds":178,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-EMAIL-OUT-007 — Send manual email with merge tags (composer renders) ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 1m57s","retry_after_seconds":117,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-EMAIL-OUT-010 — Empty subject → form validation rejects ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 57s","retry_after_seconds":57,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-HELP-001 — /help renders FAQ section (dev-only on staging) ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 1m57s","retry_after_seconds":117,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-HELP-005 — /getting-started checklist progress bar updates ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 57s","retry_after_seconds":57,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-LAY-001 — Sidebar visible on every authenticated dashboard page ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 10m4s","retry_after_seconds":604,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-LAY-002 — Sidebar shows Dashboard / Campaign / Phone / Email / Settings (smoke) ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 9m4s","retry_after_seconds":544,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-LAY-003 — Header shows credit balance, notification bell, sign out ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 8m3s","retry_after_seconds":483,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-NOTIF-001 — /notifications renders list with All / Read / Unread tabs ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 2m57s","retry_after_seconds":177,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-PHONE-001 — /phone-system redirects to /phone-system/sms ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 3m8s","retry_after_seconds":188,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-PHONE-002 — /phone-system/sms renders empty state (FE-BUG-04 fix — no permanent skeleton) ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 2m7s","retry_after_seconds":127,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-PHONE-003 — Empty state shows 'Go to Phone System Settings' CTA (best-effort) ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 1m6s","retry_after_seconds":66,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-PHONE-004 — /phone-system/voicemails lists voicemails or empty state ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 6s","retry_after_seconds":6,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-REG-023 — Already-authenticated user navigating to /signup → redirects to dashboard ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 9m19s","retry_after_seconds":559,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-SET-G-001 — /settings/general renders Billing section by default ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 10m4s","retry_after_seconds":604,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-SET-G-002 — Right sidebar nav items show full text (fe-ui-01 regression) ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 9m3s","retry_after_seconds":543,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-SET-G-006 — Plan features show numbers with thousands separators (fe-ui-02 regression) ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 8m2s","retry_after_seconds":482,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-SET-M-001 — /settings/manage-plans renders manage add-ons section ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 6m1s","retry_after_seconds":361,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-SET-S-001 — /settings/system renders Brand Status + Phone Settings ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 7m2s","retry_after_seconds":422,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-SETUP-001 — /setup page renders for newly-signed-up users ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 8m15s","retry_after_seconds":495,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-SETUP-003 — Skip onboarding via 'Skip for now' → dashboard with welcome modal (skip CTA exists) ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 7m13s","retry_after_seconds":433,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-SETUP-004 — /getting-started shows checklist with at least one step ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 6m13s","retry_after_seconds":373,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-SETUP-005 — Welcome greeting renders user's first name ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 5m12s","retry_after_seconds":312,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-SETUP-007 — /getting-started accessible even when setup_finished is true (onboarding route exception) ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 4m12s","retry_after_seconds":252,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-USER-001 — /user renders profile fields ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 5m1s","retry_after_seconds":301,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ``` ### FE-USER-002 — Created date renders correctly (NOT 'Invalid Date') ``` BFF /v1/auth/login returned 429: {"data":{"error":"too many login attempts; try again in 4m1s","retry_after_seconds":241,"scope":"email"},"message":"Too many login attempts. Please wait and try again."} ```