All checks #429
Annotations
6 errors and 1 notice
apps/web/playwright/profile.e2e.ts#L311
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:304:7 › Update Profile › Newly added secondary email should show as Unverified
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
309 |
310 | expect(await page.getByTestId("profile-form-email-1-primary-badge").isVisible()).toEqual(false);
> 311 | expect(await page.getByTestId("profile-form-email-1-unverified-badge").isVisible()).toEqual(true);
| ^
312 | });
313 |
314 | // TODO: This test is extremely flaky and has been failing a lot, blocking many PRs. Fix this.
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:311:89
|
apps/web/playwright/teams.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
Test timeout of 60000ms exceeded.
|
apps/web/playwright/teams.e2e.ts#L51
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
locator.click: Target closed
=========================== logs ===========================
waiting for locator('[data-testid="new-member-button"]')
============================================================
49 | await test.step("Can add members", async () => {
50 | // Click [data-testid="new-member-button"]
> 51 | await page.locator('[data-testid="new-member-button"]').click();
| ^
52 | // Fill [placeholder="email\@example\.com"]
53 | await page.locator('[placeholder="email\\@example\\.com"]').fill(inviteeEmail);
54 | // Click [data-testid="invite-new-member-button"]
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:51:63
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/teams.e2e.ts:49:16
|
apps/web/playwright/teams.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
Pending operations:
- locator.click at apps/web/playwright/teams.e2e.ts:51:63
|
apps/web/playwright/fixtures/workflows.ts#L95
3) [@***com/web] › apps/web/playwright/workflow.e2e.ts:67:11 › Workflow Tab - Event Type › Check the functionalities of the Workflow Tab › Team Workflows › Member user
locator.isDisabled: Target closed
=========================== logs ===========================
waiting for getByTestId('workflow-team-workflow').getByTestId('edit-button')
============================================================
at apps/web/playwright/fixtures/workflows.ts:95
93 | ]);
94 |
> 95 | expect(editButton.isDisabled()).toBeTruthy();
| ^
96 | expect(deleteButton.isDisabled()).toBeTruthy();
97 | };
98 |
at workflowOptionsAreDisabled (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/workflows.ts:95:23)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/workflow.e2e.ts:73:9
|
apps/web/playwright/workflow.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/workflow.e2e.ts:67:11 › Workflow Tab - Event Type › Check the functionalities of the Workflow Tab › Team Workflows › Member user
Test timeout of 60000ms exceeded while tearing down "context".
|
3 flaky
[@***com/web] › apps/web/playwright/profile.e2e.ts:304:7 › Update Profile › Newly added secondary email should show as Unverified
[@***com/web] › apps/web/playwright/teams.e2e.ts:40:7 › Teams - NonOrg -- future › Team Onboarding Invite Members
[@***com/web] › apps/web/playwright/workflow.e2e.ts:67:11 › Workflow Tab - Event Type › Check the functionalities of the Workflow Tab › Team Workflows › Member user
18 skipped
71 passed (1.9m)
|
The logs for this run have expired and are no longer available.
Loading