diff --git a/packages/cypress-cloud/lib/results/__tests__/__snapshots__/table.test.ts.snap b/packages/cypress-cloud/lib/results/__tests__/__snapshots__/table.test.ts.snap index e04ca6a..ef98002 100644 --- a/packages/cypress-cloud/lib/results/__tests__/__snapshots__/table.test.ts.snap +++ b/packages/cypress-cloud/lib/results/__tests__/__snapshots__/table.test.ts.snap @@ -4,10 +4,8 @@ exports[`Table renders common path stripped 1`] = ` " ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Spec Tests Passing Failing Pending Skipped │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤ - │ ✔ cypress/e2e_smoke/a/smoke-a.sp 917ms 1 1 - - - │ - │ ec.js │ - │ ✖ cypress/e2e_smoke/b/smoke-b.sp 4.8s 1 - 1 - - │ - │ ec.js │ + │ ✔ a/smoke-a.spec.js 917ms 1 1 - - - │ + │ ✖ b/smoke-b.spec.js 4.8s 1 - 1 - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✖ 1 of 2 failed 5.7s 2 1 1 - - │  └────────────────────────────────────────────────────────────────────────────────────────────────┘ @@ -18,8 +16,7 @@ exports[`Table renders table with failed tests correctly 1`] = ` " ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Spec Tests Passing Failing Pending Skipped │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤ - │ ✖ cypress/e2e_smoke/smoke.spec.j 4.9s 1 - 1 - - │ - │ s │ + │ ✖ smoke.spec.js 4.9s 1 - 1 - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✖ 1 of 1 failed 4.9s 1 - 1 - - │  └────────────────────────────────────────────────────────────────────────────────────────────────┘ @@ -30,10 +27,8 @@ exports[`Table renders table with mixed results 1`] = ` " ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Spec Tests Passing Failing Pending Skipped │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤ - │ ✔ cypress/e2e_smoke/smoke-a.spec 730ms 1 1 - - - │ - │ .js │ - │ ✖ cypress/e2e_smoke/smoke-b.spec 4.8s 1 - 1 - - │ - │ .js │ + │ ✔ smoke-a.spec.js 730ms 1 1 - - - │ + │ ✖ smoke-b.spec.js 4.8s 1 - 1 - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✖ 1 of 2 failed 5.5s 2 1 1 - - │  └────────────────────────────────────────────────────────────────────────────────────────────────┘ @@ -44,8 +39,7 @@ exports[`Table renders table with only successful tests correctly 1`] = ` " ┌────────────────────────────────────────────────────────────────────────────────────────────────┐  │ Spec Tests Passing Failing Pending Skipped │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤ - │ ✔ cypress/e2e_smoke/smoke.spec.j 916ms 1 1 - - - │ - │ s │ + │ ✔ smoke.spec.js 916ms 1 1 - - - │  ├────────────────────────────────────────────────────────────────────────────────────────────────┤  │ ✔ All specs passed! 916ms 1 1 - - - │  └────────────────────────────────────────────────────────────────────────────────────────────────┘