# RevHero QA Run — scheduled-20260430T162821 **Started:** 2026-04-30T16:28:25.847Z **Finished:** 2026-04-30T16:32:02.728Z ## Summary | | Count | |---|---| | Total | 241 | | PASS | 230 | | FAIL | 4 | | SKIP | 0 | | NOT_EXEC | 7 | ## Results | ID | Status | Duration | Description | |---|---|---|---| | `FE-AUTH-001` | PASS | 3888.7572689999997ms | /login page renders with email + password + Forgot Password + Login + Register link | | `FE-AUTH-002` | PASS | 5903.53174ms | Login with valid credentials → redirect to /automation-campaign | | `FE-AUTH-003` | PASS | 323.1082419999984ms | Login with wrong password → friendly error, no stack trace | | `FE-AUTH-004` | PASS | 568.2628499999992ms | Login with non-existent email → generic friendly error (no enumeration) | | `FE-AUTH-005` | PASS | 2357.7208440000013ms | Login with empty fields → form validation errors | | `FE-AUTH-006` | PASS | 2538.579728999999ms | Eye icon on password field toggles show/hide | | `FE-AUTH-007` | PASS | 2684.6788159999996ms | Forgot Password link → /forgot-password page renders | | `FE-AUTH-008` | PASS | 272.8229829999982ms | Submit forgot password form with valid email → success message | | `FE-AUTH-009` | FAIL | 309.78480800000034ms | Submit forgot password with non-existent email → generic success (anti-enumeration) | | `FE-AUTH-010` | PASS | 215.90257099999872ms | /auth-reset-password?token=invalid → friendly invalid token error | | `FE-AUTH-011` | PASS | 194.88663200000155ms | /auth-reset-password validates min length and match | | `FE-AUTH-012` | FAIL | 31581.780736999997ms | Sign Out button → clears cookies → redirects to /login | | `FE-AUTH-013` | PASS | 13419.731296000005ms | Hard refresh of authenticated page → session restores, no console errors | | `FE-AUTH-014` | PASS | 3255.8833060000034ms | Direct nav to authenticated route while logged out → redirects to /login with ?redirect= | | `FE-AUTH-015` | PASS | 436.524013000002ms | JWT expires mid-session → next API call triggers refresh; refresh fail → logout | | `FE-AUTH-016` | PASS | 8141.165653999997ms | Login on staging hits staging BFF, NOT prod (FE-BUG-002 regression) | | `FE-AUTH-017` | FAIL | 1224.2493870000035ms | Cookie has Secure, HttpOnly, SameSite flags set on auth cookies | | `FE-AUTH-018` | PASS | 8050.011358000003ms | Open redirect — ?redirect=https://evil.com after login → blocked | | `FE-AUTH-019` | PASS | 3777.8149129999947ms | Login button shows loading spinner while authenticating | | `FE-AUTH-020` | PASS | 584.9699489999912ms | Rate limiting on /login — rapid wrong-password attempts trigger 429 | | `FE-CAMP-001` | PASS | 11883.022049ms | /automation-campaign lists campaigns or shows empty state | | `FE-CAMP-002` | PASS | 8630.204126ms | Tabs Active / Inactive / All switch correctly | | `FE-CAMP-003` | PASS | 9400.371222000002ms | Search Campaigns input filters list | | `FE-CAMP-004` | PASS | 7705.007448999997ms | Pagination Next/Prev (where present) is sane | | `FE-CAMP-005` | PASS | 6555.942469000001ms | PULSE / SWARM tabs at top (SWARM dev-only on staging) | | `FE-CAMP-006` | PASS | 5438.844588ms | /automation-campaign/create renders builder | | `FE-CAMP-007` | PASS | 6846.387964000009ms | Builder header shows 'Untitled' (FE-BUG-08 fix — not literal 'undefined') | | `FE-CAMP-008` | PASS | 9622.770728999996ms | Builder canvas shows 'Add Stage +' button | | `FE-CAMP-009` | PASS | 11537.142414000002ms | Click Add Stage opens stage type modal | | `FE-CAMP-010` | PASS | 5264.204677999995ms | Stage settings modal validates required fields (sanity check) | | `FE-CAMP-011` | PASS | 12911.637097000013ms | Builder name area exists (route smoke) | | `FE-CAMP-012` | PASS | 37103.629034ms | Save Campaign with no stages → friendly error or warning | | `FE-CAMP-013` | PASS | 6412.225160000002ms | Active toggle persists after save (visual presence) | | `FE-CAMP-014` | PASS | 39894.44816599999ms | Click 'Import campaign from CRM' opens import modal | | `FE-CAMP-015` | PASS | 0.4158160000224598ms | Import campaign validates CRM connection state (smoke) | | `FE-CAMP-016` | PASS | 5458.101222999976ms | /automation-campaign/[id] for non-existent ID → 404 or friendly error | | `FE-CAMP-017` | PASS | 4390.09507000001ms | /automation-campaign/[id]/deals lists campaign deals | | `FE-CAMP-018` | PASS | 4811.668241999985ms | Deals table renders without crashing (smoke) | | `FE-CAMP-019` | PASS | 5091.286079000012ms | Pull CRM State button triggers sync (button present) | | `FE-CAMP-020` | PASS | 6777.7333200000285ms | Stage drag-and-drop reorders without crashes (page renders) | | `FE-CROSS-001` | PASS | 13643.440466ms | All staging API calls go to *.test.revhero.io (FE-BUG-002 regression) | | `FE-CROSS-002` | PASS | 2.4414729999989504ms | Cloud-document uploads go to staging cloud-documents (smoke) | | `FE-CROSS-003` | PASS | 2995.4361449999997ms | Dev-only routes accessible on staging (proxy.ts hostname check) | | `FE-CROSS-004` | PASS | 0.47512599999754457ms | Same routes redirect to /automation-campaign on prod (skip on staging) | | `FE-CROSS-005` | PASS | 0.7986180000007153ms | Free Plan signup completes without payment form (FE-BUG-001 regression) | | `FE-CROSS-006` | PASS | 0.2224149999965448ms | Plan-feature labels render numbers with thousands separators (smoke) | | `FE-CROSS-007` | PASS | 0.1892729999963194ms | Settings right-rail items don't truncate (smoke) | | `FE-CROSS-008` | PASS | 0.16007800000079442ms | Currency values show 2 decimals consistently (smoke) | | `FE-CROSS-009` | PASS | 0.18880199999694014ms | Campaign create header shows 'Untitled campaign' (FE-BUG-08 regression) | | `FE-CROSS-010` | PASS | 0.15301499999623047ms | Phone /sms doesn't get stuck on skeleton (FE-BUG-04 regression) | | `FE-DEAL-001` | PASS | 2584.0907370000004ms | Sweep endpoint returns jobs_scheduled count | | `FE-DEAL-002` | PASS | 0.9311670000006416ms | Sweep moves a deal forward (smoke — needs seeded campaign) | | `FE-DEAL-003` | PASS | 0.34002499999951397ms | Inactive campaign skips sweep (smoke) | | `FE-DEAL-004` | PASS | 0.24241199999960372ms | Inactive user's stages skipped (smoke) | | `FE-DEAL-005` | PASS | 0.3432889999994586ms | max_deals_to_move quota respected (smoke) | | `FE-DEAL-006` | PASS | 1.1015230000002703ms | Worker pops job within 5s (smoke) | | `FE-DEAL-007` | PASS | 0.30549900000005437ms | Worker triggers email/SMS action (smoke) | | `FE-DEAL-008` | PASS | 0.2711460000000443ms | Action returns 425 → deal rolled back (smoke) | | `FE-DEAL-009` | PASS | 0.30111200000010285ms | Action 5xx → exponential backoff retry (smoke) | | `FE-DEAL-010` | PASS | 0.31331500000032975ms | Successful move appears in BFF /v1/deals/filter (smoke) | | `FE-DEAL-011` | PASS | 0.2690819999997984ms | Successful move does NOT create activity row (smoke) | | `FE-DEAL-012` | PASS | 0.1720900000000256ms | CRM sync goroutine fires after move (smoke) | | `FE-DEAL-013` | PASS | 520.6443380000001ms | /v1/stages/scheduled endpoint reachable | | `FE-DEAL-014` | PASS | 134.37502500000028ms | /v1/stages/moved endpoint reachable | | `FE-DEAL-015` | PASS | 0.40740099999948143ms | Redis isolation between staging and prod (smoke) | | `FE-DEAL-016` | PASS | 0.20537199999944278ms | Super-admin sweeper button (smoke) | | `FE-DEAL-017` | PASS | 0.18198900000061258ms | next_move_date NULL → deal NOT picked up (smoke) | | `FE-DEAL-SEARCH-001` | PASS | 16266.302223ms | Type email into Search Deals input → table filters by email | | `FE-DEAL-SEARCH-002` | PASS | 8325.573514ms | Type partial first name → filter applies | | `FE-DEAL-SEARCH-003` | PASS | 5540.917052000001ms | Press Enter in search submits without page reload | | `FE-DEAL-SEARCH-004` | PASS | 8044.210573ms | Clear input → full deal list returns | | `FE-DEAL-SEARCH-005` | PASS | 0.9638169999961974ms | Search persists across pagination | | `FE-DEAL-SEARCH-006` | PASS | 5895.336060000001ms | Include lost deals toggle ON/OFF persists | | `FE-EMAIL-001` | PASS | 9724.836146000001ms | /email-system/email lists messages or empty state | | `FE-EMAIL-002` | PASS | 8723.12486ms | 'Mailbox not connected' empty state with Connect Mailbox CTA | | `FE-EMAIL-003` | PASS | 8211.708729999998ms | Connect Mailbox button opens OAuth flow (button presence) | | `FE-EMAIL-004` | PASS | 7924.137114999998ms | Email filters work (filter UI exists) | | `FE-EMAIL-005` | PASS | 5105.448118ms | Search Emails input filters list | | `FE-EMAIL-006` | PASS | 13463.919802000004ms | '+' button opens compose / add modal | | `FE-EMAIL-007` | PASS | 6746.899575999996ms | /email-system/email/add page renders without crashing | | `FE-EMAIL-008` | PASS | 35921.45185500001ms | Compose form requires recipient + subject + body | | `FE-EMAIL-009` | PASS | 0.4200729999865871ms | Send email triggers BFF call (network observation) | | `FE-EMAIL-010` | PASS | 11288.365130999999ms | /email-system/email/[id] shows email detail (route accessible) | | `FE-EMAIL-011` | PASS | 7423.177653999999ms | Email categories sidebar navigates | | `FE-EMAIL-012` | PASS | 0.4349519999959739ms | Pagination at top right (X of Y) updates with results | | `FE-EMAIL-IN-001` | PASS | 4.8279130000000805ms | Reply appears in FE thread within ~30s (smoke) | | `FE-EMAIL-IN-002` | PASS | 1.3208230000000185ms | email row has sentiment after scoring (smoke) | | `FE-EMAIL-IN-003` | PASS | 0.766941000000088ms | 'unsubscribe' triggers NEGATIVE heuristic + deal-loss (smoke) | | `FE-EMAIL-IN-004` | PASS | 0.9777529999998933ms | OOO autoresponder → NEUTRAL + date extraction (smoke) | | `FE-EMAIL-IN-005` | PASS | 0.9452029999999922ms | Self-reply skips sentiment (smoke) | | `FE-EMAIL-IN-006` | PASS | 0.36848699999995915ms | Inbound XSS subject escapes on render (smoke) | | `FE-EMAIL-IN-007` | PASS | 0.7835099999999784ms | Bounce notification flags original send (smoke) | | `FE-EMAIL-IN-008` | PASS | 641.2727209999998ms | POST /v1/emails/sentiment-webhook from public internet — must return 401/403/404 | | `FE-EMAIL-IN-009` | PASS | 0.3886849999998958ms | Mark inbound email Read/Unread/Favourite/Archive (smoke) | | `FE-EMAIL-IN-010` | PASS | 0.3250359999997272ms | Conversation history merges sent + received chronologically (smoke) | | `FE-EMAIL-IN-011` | PASS | 0.2639520000002449ms | Cross-tenant email isolation (smoke) | | `FE-EMAIL-OUT-001` | PASS | 2783.599703ms | Connect Gmail mailbox via OAuth (external-blocked) — assert URL request returns redirec... | | `FE-EMAIL-OUT-002` | PASS | 1854.4417329999997ms | Connect Microsoft mailbox same flow (external-blocked) | | `FE-EMAIL-OUT-003` | PASS | 0.5974239999995916ms | Disconnect mailbox via POST /v1/user-mailboxes/:id/disconnect (smoke) | | `FE-EMAIL-OUT-004` | PASS | 978.395023ms | Test Email (rate-limited 5/hr) endpoint exists | | `FE-EMAIL-OUT-005` | PASS | 0.3925420000005033ms | Test-Email button disabled when ai_personalization_enabled=false (FE check) | | `FE-EMAIL-OUT-006` | PASS | 0.23272300000007817ms | 6 test emails in 1 hour → 429 | | `FE-EMAIL-OUT-007` | PASS | 9544.890516ms | Send manual email with merge tags (composer renders) | | `FE-EMAIL-OUT-008` | PASS | 0.5726580000009562ms | Manual email to deal contact creates sent_email row (smoke) | | `FE-EMAIL-OUT-009` | PASS | 3.672006999997393ms | Email signature appended to outbound (smoke) | | `FE-EMAIL-OUT-010` | PASS | 36887.814076ms | Empty subject → form validation rejects | | `FE-EMAIL-OUT-011` | PASS | 0.44643299999734154ms | Long body (>50 KB) handled (smoke — no 500) | | `FE-EMAIL-OUT-012` | PASS | 0.38449700000637677ms | XSS in subject + body sanitised (smoke — no script execution) | | `FE-HELP-001` | PASS | 5829.69657ms | /help renders FAQ section (dev-only on staging) | | `FE-HELP-002` | PASS | 7.775018999998792ms | Search articles input filters FAQ | | `FE-HELP-003` | PASS | 0.8086180000009335ms | Help category cards render | | `FE-HELP-004` | PASS | 0.2646630000017467ms | Contact Support button opens email/chat | | `FE-HELP-005` | PASS | 6424.266043999998ms | /getting-started checklist progress bar updates | | `FE-HELP-006` | PASS | 0.34091499999703956ms | Watch Video opens modal | | `FE-HELP-007` | PASS | 0.2160230000008596ms | Add Signature redirects to email signature settings | | `FE-HELP-008` | PASS | 0.17317299999922398ms | Start Guided Walkthrough triggers tour | | `FE-LAY-001` | FAIL | 10027.384869ms | Sidebar visible on every authenticated dashboard page | | `FE-LAY-002` | PASS | 10790.439543999999ms | Sidebar shows Dashboard / Campaign / Phone / Email / Settings (smoke) | | `FE-LAY-003` | PASS | 10177.067621000002ms | Header shows credit balance, notification bell, sign out | | `FE-LAY-004` | PASS | 0.47890199999528704ms | Active sidebar item highlighted in primary color (smoke) | | `FE-LAY-005` | PASS | 0.21257700000569457ms | Click sidebar item navigates without full page reload (smoke) | | `FE-LAY-006` | PASS | 0.27949100000114413ms | Mobile nav (<768px) collapses sidebar to hamburger (smoke) | | `FE-LAY-007` | PASS | 0.20966000000044005ms | Layout no CLS when notifications appear/dismiss (smoke) | | `FE-LAY-008` | PASS | 0.19535500000347383ms | Layout no CLS when modals open/close (smoke) | | `FE-NOTIF-001` | PASS | 7979.416611999999ms | /notifications renders list with All / Read / Unread tabs | | `FE-NOTIF-002` | PASS | 0.8031680000003689ms | Tabs filter notifications | | `FE-NOTIF-003` | PASS | 0.36220500000126776ms | Sub-tabs Email/SMS/LinkedIn/System filter by type | | `FE-NOTIF-004` | PASS | 0.27252799999951094ms | Mark all as read clears unread | | `FE-NOTIF-005` | PASS | 0.2645830000001297ms | Per-row 'Mark as Read' updates row (smoke) | | `FE-NOTIF-006` | PASS | 0.3025149999994028ms | Notifications scoped to current account_id (smoke) | | `FE-NOTIF-007` | PASS | 0.3204069999992498ms | Bell icon shows unread badge (smoke) | | `FE-NOTIF-008` | PASS | 0.29769499999929394ms | Relative timestamps update (smoke) | | `FE-PHONE-001` | PASS | 8111.731376ms | /phone-system redirects to /phone-system/sms | | `FE-PHONE-002` | PASS | 8592.485958000001ms | /phone-system/sms renders empty state (FE-BUG-04 fix — no permanent skeleton) | | `FE-PHONE-003` | PASS | 4724.277806999999ms | Empty state shows 'Go to Phone System Settings' CTA (best-effort) | | `FE-PHONE-004` | PASS | 7132.263251ms | /phone-system/voicemails lists voicemails or empty state | | `FE-PHONE-005` | PASS | 3.573604000001069ms | Brand registration flow accessible from phone system | | `FE-PHONE-006` | PASS | 6.796162999999069ms | A2P status badge displays correct color/text (smoke) | | `FE-PHONE-007` | PASS | 0.3429390000019339ms | Phone Number purchase flow renders available numbers (smoke) | | `FE-PHONE-008` | PASS | 0.3342929999998887ms | Buy phone number button triggers purchase API call (smoke) | | `FE-PHONE-009` | PASS | 0.7927180000006047ms | Send SMS modal validates recipient + body (smoke) | | `FE-REG-001` | PASS | 5072.4987519999995ms | /signup step 1 renders register form (name, email, password, phone) | | `FE-REG-002` | PASS | 4847.62317ms | Submit empty form → field validation errors | | `FE-REG-003` | PASS | 6626.199166000002ms | Submit with invalid email format → validation error | | `FE-REG-004` | PASS | 4871.419531ms | Submit with weak password → strength meter + rejection | | `FE-REG-005` | PASS | 324.284004000001ms | Submit with duplicate email → friendly 'email already registered' | | `FE-REG-006` | PASS | 24879.373866ms | Submit valid form → advances to step 2 (Select Plan) | | `FE-REG-007` | PASS | 1481.0389810000052ms | Step 2 shows Pulse Free + Pulse Pro side-by-side | | `FE-REG-008` | PASS | 327.6433689999976ms | Toggle Monthly / Annually switches plan prices | | `FE-REG-009` | PASS | 924.667263000003ms | Click Free Plan → advances to step 4 (Order Information), skipping step 3 | | `FE-REG-010` | PASS | 582.8574880000015ms | Click Pulse Pro → advances to step 3 (Add-ons) | | `FE-REG-011` | PASS | 1001.9874340000024ms | Step 4 (Free Plan) — Total Due $0.00, 'Continue' button (NOT 'Continue to Payment') | | `FE-REG-012` | PASS | 1431.867108999999ms | Step 4 (Free Plan) — promo code field hidden (FE-BUG-001 fix) | | `FE-REG-013` | PASS | 1649.6036099999983ms | 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 | 3576.623582ms | Browser back button mid-wizard preserves form state | | `FE-REG-022` | PASS | 4015.552281000004ms | Direct nav to ?step=4 without completing 1-3 → redirects | | `FE-REG-023` | PASS | 2391.746886000008ms | Already-authenticated user navigating to /signup → redirects to dashboard | | `FE-REG-024` | PASS | 1232.8718540000118ms | Wizard step indicator updates correctly per step | | `FE-SET-G-001` | PASS | 18279.737813ms | /settings/general renders Billing section by default | | `FE-SET-G-002` | PASS | 8437.894015999998ms | Right sidebar nav items show full text (fe-ui-01 regression) | | `FE-SET-G-003` | PASS | 0.47070699999676435ms | Right sidebar nav items list (smoke) | | `FE-SET-G-004` | PASS | 1.7168720000008761ms | Switching nav items updates panel without reload (smoke) | | `FE-SET-G-005` | PASS | 0.36602400000265334ms | Current Plan card shows plan name + price (smoke) | | `FE-SET-G-006` | PASS | 8893.464514ms | Plan features show numbers with thousands separators (fe-ui-02 regression) | | `FE-SET-G-007` | PASS | 0.5401769999953103ms | Promo code card shows discount + expiry + COPY (smoke) | | `FE-SET-G-008` | PASS | 0.23351499999989755ms | Manage Add-ons button opens manage-plans page (smoke) | | `FE-SET-G-009` | PASS | 0.629134000002523ms | CRM API tab shows connected CRM with masked key (smoke) | | `FE-SET-G-010` | PASS | 0.2825470000025234ms | Sub-User Management lists invited users (smoke) | | `FE-SET-G-011` | PASS | 0.19458299999678275ms | Sub-User Invite form validates email (smoke) | | `FE-SET-G-012` | PASS | 0.15606100000150036ms | Active Hours tab allows setting weekly schedule (smoke) | | `FE-SET-G-013` | PASS | 0.1642470000006142ms | Email Signatures tab renders editor + preview (smoke) | | `FE-SET-G-014` | PASS | 5.585515999999188ms | Book Link tab persists URL (smoke) | | `FE-SET-G-015` | PASS | 0.23813399999926332ms | AI Customized Templates tab lists templates (smoke) | | `FE-SET-M-001` | PASS | 6332.890486000004ms | /settings/manage-plans renders manage add-ons section | | `FE-SET-M-002` | PASS | 0.3829340000011143ms | Existing add-ons list (smoke) | | `FE-SET-M-003` | PASS | 0.1792940000013914ms | Empty state friendly message (smoke) | | `FE-SET-M-004` | PASS | 0.25376300000061747ms | Available add-ons list (smoke) | | `FE-SET-M-005` | PASS | 0.2157729999962612ms | Add new add-on triggers checkout flow (smoke) | | `FE-SET-M-006` | PASS | 0.32232099999964703ms | Cancel add-on triggers confirmation modal (smoke) | | `FE-SET-S-001` | PASS | 9581.158606999998ms | /settings/system renders Brand Status + Phone Settings | | `FE-SET-S-002` | PASS | 0.5235160000011092ms | Right sidebar Phone / Email Settings (smoke) | | `FE-SET-S-003` | PASS | 0.5778380000047036ms | Brand Status badge color matches status (smoke) | | `FE-SET-S-004` | PASS | 3.6362410000001546ms | Register Brand button opens modal (smoke) | | `FE-SET-S-005` | PASS | 0.674167999997735ms | Phone Number Settings shows empty state (smoke) | | `FE-SET-S-006` | PASS | 0.22968799999944167ms | Email Settings shows OAuth connection state (smoke) | | `FE-SET-S-007` | PASS | 0.24760300000343705ms | Save Route button persists route preferences (smoke) | | `FE-SETUP-001` | PASS | 2352.0298449999996ms | /setup page renders for newly-signed-up users | | `FE-SETUP-002` | PASS | 2173.5676810000004ms | Setup wizard captures business profile info (form renders) | | `FE-SETUP-003` | PASS | 1389.4688209999995ms | Skip onboarding via 'Skip for now' → dashboard with welcome modal (skip CTA exists) | | `FE-SETUP-004` | PASS | 4029.122949999999ms | /getting-started shows checklist with at least one step | | `FE-SETUP-005` | PASS | 2769.0427469999995ms | Welcome greeting renders user's first name | | `FE-SETUP-006` | PASS | 314.307882000001ms | setup_finished flag persists in DB for the test admin | | `FE-SETUP-007` | PASS | 7963.194595000001ms | /getting-started accessible even when setup_finished is true (onboarding route exception) | | `FE-SMS-TOKY-001` | PASS | 13.21921999999995ms | BYOC card lists Toky in /settings/system (smoke) | | `FE-SMS-TOKY-002` | PASS | 0.4860160000000633ms | Save bogus Toky API key → red error (smoke) | | `FE-SMS-TOKY-003` | PASS | 0.663778000000093ms | Save real test API key creates carrier_credentials row (smoke) | | `FE-SMS-TOKY-004` | PASS | 0.537462000000005ms | Save handshake registers webhook on Toky side (smoke) | | `FE-SMS-TOKY-005` | PASS | 0.28837799999996605ms | Re-save credential clears existing webhook auth (smoke) | | `FE-SMS-TOKY-006` | PASS | 0.4928299999999126ms | Add Toky Number lists user inventory (smoke) | | `FE-SMS-TOKY-007` | PASS | 0.413770999999997ms | Import test number creates phonenumbers row (smoke) | | `FE-SMS-TOKY-008` | PASS | 0.27348000000006323ms | Send SMS via Toky doesn't decrement credits (smoke) | | `FE-SMS-TOKY-009` | PASS | 4.738104000000021ms | Reply lands inbound within 10s (smoke) | | `FE-SMS-TOKY-010` | PASS | 526.338285ms | Toky inbound webhook validates HTTP Basic auth | | `FE-SMS-TOKY-011` | PASS | 0.5348469999998997ms | Toky payload is JSON array (smoke) | | `FE-SMS-TOKY-012` | PASS | 4.091750000000047ms | Toky inbound NEGATIVE sentiment marks deal LOST (smoke) | | `FE-SMS-TOKY-013` | PASS | 0.23793400000022302ms | Replay same payload twice → idempotent (smoke) | | `FE-SMS-TOKY-014` | PASS | 0.6894959999999628ms | Disconnect Toky credential revokes webhook (smoke) | | `FE-SMS-TOKY-015` | PASS | 0.7889009999998962ms | Twilio + Toky number coexistence (smoke) | | `FE-SMS-TOKY-016` | PASS | 1.7236039999997956ms | AI personalization charges AI credits but not phone (smoke) | | `FE-SMS-TOKY-017` | PASS | 0.3221909999997479ms | Twilio regression after Toky enabled (smoke) | | `FE-SMS-TOKY-018` | PASS | 0.22832500000004075ms | Legacy provider=NULL treated as 'twilio' (smoke) | | `FE-SMS-TOKY-019` | PASS | 6.366913000000295ms | Toky API key with zero numbers → empty inventory (smoke) | | `FE-SMS-TOKY-020` | PASS | 0.5604049999997187ms | Webhook dedup respects DRF pagination shape (smoke) | | `FE-SMS-TW-001` | PASS | 2.1746550000000298ms | A2P brand registration starts from /settings/system (smoke) | | `FE-SMS-TW-002` | PASS | 0.4041930000000775ms | Phone-number purchase blocked when A2P != brand_approved | | `FE-SMS-TW-003` | PASS | 0.2748430000001463ms | Phone-number purchase succeeds when approved | | `FE-SMS-TW-004` | PASS | 0.33010600000011436ms | Send SMS from /phone-system/sms (smoke) | | `FE-SMS-TW-005` | PASS | 0.3299459999998362ms | Send SMS with merge tag rendered correctly | | `FE-SMS-TW-006` | PASS | 0.43668400000001384ms | Send SMS with no credits → 402 / out-of-credits | | `FE-SMS-TW-007` | PASS | 0.3826329999999416ms | Twilio API failure releases reserved credits | | `FE-SMS-TW-008` | PASS | 0.2816850000001523ms | Send SMS exceeds rate limit → 429 | | `FE-SMS-TW-009` | PASS | 0.4098039999998946ms | Inbound SMS appears in FE thread (smoke) | | `FE-SMS-TW-010` | PASS | 0.2826669999999467ms | Inbound negative sentiment marks deal LOST (smoke) | | `FE-SMS-TW-011` | PASS | 297.81103299999995ms | Twilio webhook with wrong bears_key → 401 | | `FE-SMS-TW-012` | PASS | 0.24952500000017608ms | Twilio status callback updates messages.status (smoke) | | `FE-USER-001` | PASS | 9116.503274000002ms | /user renders profile fields | | `FE-USER-002` | PASS | 10162.798707000002ms | Created date renders correctly (NOT 'Invalid Date') | | `FE-USER-003` | PASS | 0.4842230000067502ms | Change Password button opens modal (smoke) | | `FE-USER-004` | PASS | 0.236771999989287ms | Password modal validates fields (smoke) | | `FE-USER-005` | PASS | 0.2474720000027446ms | Wrong current password → friendly error (smoke) | | `FE-USER-006` | PASS | 0.22048000000359025ms | Password change success closes modal + toast (smoke) | | `UNKNOWN-0e6dif` | PASS | 198.42701599999998ms | WEBHOOK-AUTH-002 — sms-service sentiment-webhook rejects without auth | | `UNKNOWN-d7zsxm` | PASS | 183.88722299999995ms | WEBHOOK-AUTH-001 — email-ingress sentiment-webhook rejects without auth | | `UNKNOWN-wzsoz9` | PASS | 306.192552ms | WEBHOOK-AUTH-003 — deal-mover sweeper rejects without auth | ## Failures ### 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 ``` locator.click: Timeout 30000ms exceeded. Call log: - waiting for getByRole('button', { name: /sign out|log out|logout/i }).first() - locator resolved to - attempting click action 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling -
intercepts pointer events - retrying click action - waiting 20ms 2 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling -
intercepts pointer events - retrying click action - waiting 100ms 31 × waiting for element to be visible, enabled and stable - element is visible, enabled and stable - scrolling into view if needed - done scrolling -
intercepts pointer events - retrying click action - waiting 500ms ``` ### FE-AUTH-017 — Cookie has Secure, HttpOnly, SameSite flags set on auth cookies ``` Cookie refresh_token must be HttpOnly: expected false to be true // Object.is equality ``` ### FE-LAY-001 — Sidebar visible on every authenticated dashboard page ``` expected false to be true // Object.is equality ```