Split signup pages for static generation

This commit is contained in:
Aarni Halinen
2021-03-08 19:16:31 +02:00
parent a6f499009c
commit 0caac53231
5 changed files with 160 additions and 104 deletions
+2
View File
@@ -18,6 +18,8 @@ fixture`Event signup`.page(getSiteRoot())
});
test("User signups to event from front page", async (t) => {
// Wait 60s, so server has revalidated & rebuilt itself
await t.wait(60000);
const CardSelector = Selector("[data-e2e=\"event-card\"]").withText("title_fi").nth(0);
await t