Now easier to write tests for the app, and most pages are at least touched.

This commit is contained in:
Zed A. Shaw 2025-07-10 13:06:19 -04:00
parent d095bc9ff4
commit ecc264db8c
14 changed files with 124 additions and 89 deletions

View file

@ -3,7 +3,7 @@
</script>
<blockstart>
<block style="--w: 100%; --value: 7">
<h1>Zed's Trash Ass Games</h1>
<h1 id="page-title">Zed's Trash Ass Games</h1>
<p>More fun than a barrel full of monkeys with syphilus.
</p>
@ -12,7 +12,7 @@
<hr/>
<grid x-data="Games" style="--cols: 2">
<template x-for="item in theData">
<shape style="--h: 200px"><a x-text="item.title" x-bind:href="item.url"></a></shape>
<shape style="--h: 200px"><a data-testid="game-link" x-text="item.title" x-bind:href="item.url"></a></shape>
</template>
</grid>