test that new signup is added to list of signupees

This commit is contained in:
Aarni Halinen
2021-06-29 17:41:00 +03:00
parent b2b0ed6375
commit 411d2c7c4a
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -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");
});