All the pages are working again, but Alpine is insanely frustrating.
This commit is contained in:
parent
81cf5e0d93
commit
7125bc2d2a
15 changed files with 95 additions and 40 deletions
15
tests/admin_ui_tests.go
Normal file
15
tests/admin_ui_tests.go
Normal file
|
@ -0,0 +1,15 @@
|
|||
package tests
|
||||
|
||||
import (
|
||||
"testing"
|
||||
// "github.com/stretchr/testify/require"
|
||||
// "zedshaw.games/webapp/data"
|
||||
// sq "github.com/Masterminds/squirrel"
|
||||
)
|
||||
|
||||
func TestTableListing(t *testing.T) {
|
||||
z, cancel := Setup(t, 2);
|
||||
defer cancel();
|
||||
|
||||
z.GoTo("/admin/table", `[data-testid="live-index-page"]`)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue