💬 Update email subject lines (#652)

This commit is contained in:
Luke Vella 2023-04-04 09:45:52 +01:00 committed by GitHub
parent da97c94012
commit 38454302b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 10 deletions

View file

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