data: add Pokémon Nova to catalog + bump fixture counts
Nova (PhionGames RPG Maker XP / Essentials PC fangame) synced from the vault export. Catalog 398->399, PC 78->79; banner manifest + Playwright count fixtures updated. Built and deployed to romhacks.ginnoir.com. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
ca1a1a21ac
commit
24811d7950
@@ -11,20 +11,20 @@ test('homepage presents balanced navigation and facet summaries', async ({ page
|
||||
await expect(primaryNav.getByRole('link', { name: 'Difficulty' })).toHaveCount(0);
|
||||
|
||||
const heroStats = page.locator('.hero-stats');
|
||||
await expect(heroStats).toContainText('398');
|
||||
await expect(heroStats).toContainText('399');
|
||||
await expect(heroStats).toContainText('hacks');
|
||||
await expect(heroStats).toContainText('Platforms');
|
||||
await expect(heroStats).toContainText('GBA 202');
|
||||
await expect(heroStats).toContainText('PC 78');
|
||||
await expect(heroStats).toContainText('PC 79');
|
||||
await expect(heroStats).toContainText('NDS 50');
|
||||
await expect(heroStats).toContainText('GBC 37');
|
||||
await expect(heroStats).toContainText('Types');
|
||||
await expect(heroStats).toContainText('Expansion 166');
|
||||
await expect(heroStats).toContainText('New Experience 167');
|
||||
await expect(heroStats).toContainText('New Experience 168');
|
||||
await expect(heroStats).toContainText('Difficulty 126');
|
||||
await expect(heroStats).toContainText('QoL 89');
|
||||
await expect(heroStats).toContainText('QoL 90');
|
||||
await expect(heroStats).toContainText('Status');
|
||||
await expect(heroStats).toContainText('Complete 338');
|
||||
await expect(heroStats).toContainText('Complete 339');
|
||||
await expect(heroStats).toContainText('Ongoing 30');
|
||||
await expect(heroStats).toContainText('Beta 29');
|
||||
});
|
||||
@@ -76,7 +76,7 @@ test('homepage browse summary links to grouped facet pages', async ({ page }) =>
|
||||
'href',
|
||||
'/browse/type/difficulty/',
|
||||
);
|
||||
await expect(browse.getByRole('link', { name: /Complete\s+338/ })).toHaveAttribute(
|
||||
await expect(browse.getByRole('link', { name: /Complete\s+339/ })).toHaveAttribute(
|
||||
'href',
|
||||
'/browse/status/complete/',
|
||||
);
|
||||
@@ -88,7 +88,7 @@ test('catalog search and filters update visible card count', async ({ page }) =>
|
||||
await expect(page).toHaveTitle(/ROM Hack Archive/);
|
||||
await expect(page.getByRole('heading', { name: 'ROM Hack Archive' })).toBeVisible();
|
||||
const catalogCards = page.locator('[data-card-grid] [data-card]:visible');
|
||||
await expect(catalogCards).toHaveCount(398);
|
||||
await expect(catalogCards).toHaveCount(399);
|
||||
|
||||
await page.getByPlaceholder('Search hacks').fill('Radical Red');
|
||||
await expect(catalogCards).toHaveCount(5);
|
||||
|
||||
Reference in New Issue
Block a user