Split signup pages for static generation
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user