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:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user