💬 Update email subject lines

This commit is contained in:
Luke Vella 2023-03-07 09:42:27 +00:00
parent e06c55c131
commit 611d04eaaa
5 changed files with 6 additions and 8 deletions

View file

@ -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");