feat(admin): E2E CRUD/i18n polish, IFT smoke workflow, fix edit payload wiping id. Refs EventHub/EventHubFrontAdmin#33 #37 #38 #39

This commit is contained in:
2026-07-14 23:34:31 +03:00
parent 836e4a7eea
commit 607209b35f
16 changed files with 345 additions and 128 deletions
+4 -3
View File
@@ -85,8 +85,9 @@ export function createContentSeed() {
{
id: 'sub-e2e-1',
user_id: 'user-e2e-1',
plan: 'pro',
plan: 'monthly',
status: 'active',
trial_used: false,
started_at: now,
expires_at: '2027-01-01T00:00:00Z',
auto_renew: true,
@@ -96,8 +97,8 @@ export function createContentSeed() {
];
const bannedWords = [
{ word: 'spamword', added_by: 'admin-e2e-1', created_at: now },
{ word: 'badword', added_by: 'admin-e2e-1', created_at: now },
{ word: 'spamword', added_by: 'admin-e2e-1', added_at: now },
{ word: 'badword', added_by: 'admin-e2e-1', added_at: now },
];
const admins = [