test that new signup is added to list of signupees
This commit is contained in:
@@ -58,4 +58,6 @@ test("User signups to event from front page", async (t) => {
|
||||
.expect(
|
||||
statusMessage.innerText,
|
||||
).eql("Sign-up submitted successfully 😎");
|
||||
|
||||
await t.expect(Selector("[data-e2e=\"signup-list\"] > li").nth(0).innerText).eql("Testi Testeri");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user