mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-25 02:14:11 -05:00
fix(tools): s/MailHog/Mailpit/g (#62481)
This commit is contained in:
committed by
GitHub
parent
034d6b1569
commit
ef610dd36c
@@ -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."
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user