games card pics are cliquable
All checks were successful
Deploy Sokko G / deploy (push) Successful in 5s
All checks were successful
Deploy Sokko G / deploy (push) Successful in 5s
This commit is contained in:
parent
0493db233a
commit
b8d1829bc7
3 changed files with 16 additions and 5 deletions
|
|
@ -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/);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue