games card pics are cliquable
All checks were successful
Deploy Sokko G / deploy (push) Successful in 5s

This commit is contained in:
Shinuwa 2026-07-21 14:01:15 +02:00
parent 0493db233a
commit b8d1829bc7
3 changed files with 16 additions and 5 deletions

View file

@ -63,6 +63,7 @@ test("react application defines the expected local toolbox primitives", async ()
assert.match(iconComponent, /export function Icon/);
assert.match(gamesPage, /export function GamesPage/);
assert.match(gamesPage, /siteContent\.gamesPage/);
assert.match(gamesPage, /game-card-cover-link/);
assert.match(gameRoute, /export function GameRoute/);
assert.match(gameRoute, /MhwildsPage/);
assert.match(mhwildsPage, /export function MhwildsPage/);