feat: add new recipient email field to email action #2007
on_pr.yml
on: pull_request
ci
/
ci
3m 37s
build-all
/
Emit container tag sha
4s
build-all
/
...
/
Build
3m 21s
build-all
/
...
/
Build
6m 26s
build-all
/
...
/
Build
2m 2s
e2e
/
Integration tests
6m 44s
Annotations
4 errors, 8 warnings, and 1 notice
[chromium] › email.spec.ts:93:2 › Sending an email to an email address › Static email address recipient recieves the email:
core/playwright/email.spec.ts#L95
1) [chromium] › email.spec.ts:93:2 › Sending an email to an email address › Static email address recipient recieves the email
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 2
- hello
+ <p>Greetings</p>
+
93 | test("Static email address recipient recieves the email", async ({ browser }) => {
94 | const { message } = await (await inbucketClient.getMailbox(firstName)).getLatestMessage();
> 95 | expect(message.body.html).toBe("hello");
| ^
96 | });
97 | });
98 |
at /home/runner/work/platform/platform/core/playwright/email.spec.ts:95:29
|
[chromium] › email.spec.ts:93:2 › Sending an email to an email address › Static email address recipient recieves the email:
core/playwright/email.spec.ts#L95
1) [chromium] › email.spec.ts:93:2 › Sending an email to an email address › Static email address recipient recieves the email
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 2
- hello
+ <p>Greetings</p>
+
93 | test("Static email address recipient recieves the email", async ({ browser }) => {
94 | const { message } = await (await inbucketClient.getMailbox(firstName)).getLatestMessage();
> 95 | expect(message.body.html).toBe("hello");
| ^
96 | });
97 | });
98 |
at /home/runner/work/platform/platform/core/playwright/email.spec.ts:95:29
|
[chromium] › email.spec.ts:93:2 › Sending an email to an email address › Static email address recipient recieves the email:
core/playwright/email.spec.ts#L95
1) [chromium] › email.spec.ts:93:2 › Sending an email to an email address › Static email address recipient recieves the email
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
- Expected - 1
+ Received + 2
- hello
+ <p>Greetings</p>
+
93 | test("Static email address recipient recieves the email", async ({ browser }) => {
94 | const { message } = await (await inbucketClient.getMailbox(firstName)).getLatestMessage();
> 95 | expect(message.body.html).toBe("hello");
| ^
96 | });
97 | });
98 |
at /home/runner/work/platform/platform/core/playwright/email.spec.ts:95:29
|
e2e / Integration tests
Process completed with exit code 1.
|
build-all / Emit container tag sha
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-all / build-jobs / Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-all / build-base / Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
ci / ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
build-all / build-core / Build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
e2e / Integration tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Slow Test:
core/[chromium] › pub.spec.ts#L1
core/[chromium] › pub.spec.ts took 34.0s
|
Slow Test:
core/[chromium] › fields.spec.ts#L1
core/[chromium] › fields.spec.ts took 21.9s
|
🎭 Playwright Run Summary
1 failed
[chromium] › email.spec.ts:93:2 › Sending an email to an email address › Static email address recipient recieves the email
3 skipped
48 passed (4.7m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-snapshots
|
7.64 MB |
|