mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-20 20:36:19 +02:00
💬 Update email subject lines
This commit is contained in:
parent
e06c55c131
commit
611d04eaaa
5 changed files with 6 additions and 8 deletions
|
@ -59,9 +59,7 @@ test.describe.serial(() => {
|
|||
wait: 5000,
|
||||
});
|
||||
|
||||
expect(email.headers.subject).toBe(
|
||||
"Your poll for Monthly Meetup has been created",
|
||||
);
|
||||
expect(email.headers.subject).toBe("Monthly Meetup has been created");
|
||||
|
||||
const $ = load(email.html);
|
||||
const verifyLink = $("#verifyEmailUrl").attr("href");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue