mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-23 05:46:20 +02:00
💬 Update email subject lines (#652)
This commit is contained in:
parent
da97c94012
commit
38454302b3
6 changed files with 15 additions and 10 deletions
|
@ -76,7 +76,9 @@ test.describe.parallel(() => {
|
|||
wait: 5000,
|
||||
});
|
||||
|
||||
expect(email.headers.subject).toBe("Response submitted for Lunch Meeting");
|
||||
expect(email.headers.subject).toBe(
|
||||
"Thanks for responding to Lunch Meeting",
|
||||
);
|
||||
|
||||
const $ = load(email.html);
|
||||
const href = $("#editSubmissionUrl").attr("href");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue