mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-30 01:06:22 +02:00
⚡️ Make submitting a participant a bit faster
Send multiple emails in parallel rather than sequentially.
This commit is contained in:
parent
899c890b09
commit
e06c55c131
2 changed files with 23 additions and 19 deletions
|
@ -76,9 +76,7 @@ test.describe.parallel(() => {
|
|||
wait: 5000,
|
||||
});
|
||||
|
||||
expect(email.headers.subject).toBe(
|
||||
"Your response for Lunch Meeting has been received",
|
||||
);
|
||||
expect(email.headers.subject).toBe("Response submitted: Lunch Meeting");
|
||||
|
||||
const $ = load(email.html);
|
||||
const href = $("#editSubmissionUrl").attr("href");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue