mirror of
https://github.com/lukevella/rallly.git
synced 2025-07-07 11:37:26 +02:00
Improve usability of email subject lines (#466)
* Update email subject * Update email templates and subject lines
This commit is contained in:
parent
586c33095f
commit
3c55142020
6 changed files with 15 additions and 8 deletions
|
@ -61,7 +61,7 @@ test.describe.serial(() => {
|
|||
});
|
||||
|
||||
expect(email.headers.subject).toBe(
|
||||
"Rallly: Monthly Meetup - Verify your email address",
|
||||
"Your poll for Monthly Meetup has been created",
|
||||
);
|
||||
|
||||
const $ = load(email.html);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue