skillhub/web/e2e
huishi3 83490d75ac test(e2e): remove duplicate specs covered by new comprehensive suites
- Delete namespace-members-data.spec.ts (TC_MEMBER_001 in
  namespace-members-management.spec.ts is equivalent and the new suite
  also covers add-member dialog and batch import).
- Delete namespace-reviews-data.spec.ts (TC_NS_REVIEW_001 in
  namespace-reviews-management.spec.ts is equivalent and the new suite
  also covers status tabs, tab switching, and sort order).
- Trim settings-pages.spec.ts to only the reset-password navigation test;
  profile/security/notification page coverage now lives in the dedicated
  *-settings.spec.ts files with deeper interaction tests.

Net change: 5 fewer test cases, ~1.5 min saved per CI run.
2026-05-08 08:04:10 -07:00
..
auto-generated docs(cli): add e2e test placement decision tree and output conventions 2026-05-08 03:54:24 -07:00
fixtures test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
helpers Merge pull request #279 from iflytek/fix/issue-276-review-own-namespace 2026-04-14 17:22:08 +08:00
accounts-settings.spec.ts test(e2e): add 15 specs covering review/governance/namespace/admin/settings 2026-05-08 07:13:05 -07:00
admin-audit-log.spec.ts test(e2e): fix audit-log and profile-settings assertions for current UI 2026-05-08 07:28:54 -07:00
admin-labels.spec.ts test(e2e): add 15 specs covering review/governance/namespace/admin/settings 2026-05-08 07:13:05 -07:00
admin-users.spec.ts test(e2e): add 15 specs covering review/governance/namespace/admin/settings 2026-05-08 07:13:05 -07:00
auth-entry.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
cli-auth.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
dashboard-personal-modules.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
dashboard-routes.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
dashboard-shell.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
governance-center.spec.ts test(e2e): add 15 specs covering review/governance/namespace/admin/settings 2026-05-08 07:13:05 -07:00
landing-navigation.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
my-namespaces-data.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
my-namespaces-full.spec.ts test(e2e): add 15 specs covering review/governance/namespace/admin/settings 2026-05-08 07:13:05 -07:00
my-skills-data.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
my-skills-navigation.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
my-skills-update-prefill.spec.ts feat(dashboard): add Update button to My Skills with publish prefill 2026-04-22 14:59:01 +08:00
namespace-members-management.spec.ts test(e2e): add 15 specs covering review/governance/namespace/admin/settings 2026-05-08 07:13:05 -07:00
namespace-page-data.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
namespace-review-detail-access.spec.ts test(review): stabilize namespace review e2e setup 2026-04-14 09:29:18 +08:00
namespace-reviews-management.spec.ts test(e2e): add 15 specs covering review/governance/namespace/admin/settings 2026-05-08 07:13:05 -07:00
namespace-skill-pagination.spec.ts test(namespace): fully mock search api in pagination e2e test 2026-04-27 11:42:43 +08:00
notification-settings.spec.ts test(e2e): add 15 specs covering review/governance/namespace/admin/settings 2026-05-08 07:13:05 -07:00
password-reset.spec.ts feat(auth): 邮箱验证码重置密码与 SMTP 配置支持 (#273) 2026-04-13 20:27:00 +08:00
profile-settings.spec.ts test(e2e): use exact text match for profile field labels 2026-05-08 07:40:26 -07:00
promotions-management.spec.ts test(e2e): add 15 specs covering review/governance/namespace/admin/settings 2026-05-08 07:13:05 -07:00
protected-routes.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
public-pages.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
public-skill-detail-anonymous.spec.ts fix(web): allow anonymous access to public skill detail 2026-04-15 16:16:08 +08:00
publish-flow-ui.spec.ts test(e2e): harden namespace selection for publish flows 2026-04-14 16:16:08 +08:00
register-email-required.spec.ts feat(auth): 邮箱验证码重置密码与 SMTP 配置支持 (#273) 2026-04-13 20:27:00 +08:00
register-login-validation.spec.ts feat(auth): 邮箱验证码重置密码与 SMTP 配置支持 (#273) 2026-04-13 20:27:00 +08:00
reports-management.spec.ts test(e2e): add 15 specs covering review/governance/namespace/admin/settings 2026-05-08 07:13:05 -07:00
reviews-full-flow.spec.ts test(e2e): use case-insensitive regex for review center column headers 2026-05-08 07:51:02 -07:00
reviews-pagination.spec.ts fix(reviews): add dashboard review pagination and tests (#241) 2026-04-07 14:10:48 +08:00
role-access-control.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
route-guard.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
search-card-interaction.spec.ts test(e2e): stabilize publish and search waits 2026-04-14 13:55:33 +08:00
search-flow.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
search-page-full.spec.ts fix(search): preserve empty-query discovery results 2026-04-23 16:24:23 +08:00
security-settings.spec.ts test(e2e): add 15 specs covering review/governance/namespace/admin/settings 2026-05-08 07:13:05 -07:00
settings-pages.spec.ts test(e2e): remove duplicate specs covered by new comprehensive suites 2026-05-08 08:04:10 -07:00
settings-routing.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
skill-detail-browse.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
stars-management.spec.ts test(e2e): add 15 specs covering review/governance/namespace/admin/settings 2026-05-08 07:13:05 -07:00
tokens.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00
workspace-pages.spec.ts test(e2e,ci): migrate web e2e to real API and add PR e2e workflow (#198) 2026-04-01 14:41:23 +08:00