fix(tools): s/MailHog/Mailpit/g (#62481)

This commit is contained in:
Mrugesh Mohapatra
2025-10-04 01:55:33 +05:30
committed by GitHub
parent 034d6b1569
commit ef610dd36c
10 changed files with 29 additions and 26 deletions

View File

@@ -39,7 +39,7 @@ test('should be possible to report a user from their profile page', async ({
await expect(async () => {
const emails = await getAllEmails();
expect(emails.items).toHaveLength(1);
expect(emails.messages).toHaveLength(1);
expect(getSubject(getFirstEmail(emails))).toBe(
"Abuse Report : Reporting twaha's profile."
);