Skip to content

teams page redesign #295

teams page redesign

teams page redesign #295

Triggered via pull request December 3, 2024 11:37
Status Success
Total duration 4m 30s
Artifacts

e2e_tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 notice
[chromium] › e2eTests/teamsOperations.spec.ts:22:1 › Add team: playwright/e2eTests/teamsOperations.spec.ts#L1
1) [chromium] › e2eTests/teamsOperations.spec.ts:22:1 › Add team ───────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded while setting up "teamsPage".
[chromium] › e2eTests/teamsOperations.spec.ts:22:1 › Add team: playwright/pages/teams.page.ts#L29
1) [chromium] › e2eTests/teamsOperations.spec.ts:22:1 › Add team ───────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "http://localhost:9000/teams", waiting until "load" at pages/teams.page.ts:29 27 | 28 | async gotoTeamsPage(): Promise<void> { > 29 | await this.page.goto("/teams"); | ^ 30 | } 31 | } 32 | at TeamsPage.gotoTeamsPage (/home/runner/work/web2.0/web2.0/playwright/pages/teams.page.ts:29:25) at Object.teamsPage (/home/runner/work/web2.0/web2.0/playwright/e2eTests/teamsOperations.spec.ts:15:25)
[chromium] › e2eTests/teamsOperations.spec.ts:22:1 › Add team: playwright/e2eTests/teamsOperations.spec.ts#L29
1) [chromium] › e2eTests/teamsOperations.spec.ts:22:1 › Add team ───────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: expect.toBeVisible: Error: strict mode violation: getByText('test team description') resolved to 2 elements: 1) <p>test team description</p> aka locator('#root').getByText('test team description') 2) <p>test team description</p> aka getByRole('dialog').getByText('test team description') Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('test team description') 27 | await teamsPage.previewButton.click(); 28 | await expect(teamsPage.nameInput("Team name")).toHaveAttribute("value", teamName); > 29 | await expect(page.getByText(teamDescription)).toBeVisible(); | ^ 30 | 31 | const addTeamPromise = page.waitForResponse(/api\/teams/); 32 | await page.locator("[data-tid='Confirm add team']").click(); at /home/runner/work/web2.0/web2.0/playwright/e2eTests/teamsOperations.spec.ts:29:51
[chromium] › e2eTests/teamsOperations.spec.ts:37:1 › Edit team description: playwright/e2eTests/teamsOperations.spec.ts#L1
2) [chromium] › e2eTests/teamsOperations.spec.ts:37:1 › Edit team description ──────────────────── Test timeout of 30000ms exceeded.
[chromium] › e2eTests/teamsOperations.spec.ts:37:1 › Edit team description: playwright/e2eTests/teamsOperations.spec.ts#L38
2) [chromium] › e2eTests/teamsOperations.spec.ts:37:1 › Edit team description ──────────────────── Error: locator.click: Test timeout of 30000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Edit Team' }) 36 | 37 | test("Edit team description", async ({ page, teamDescription, teamsPage, teamName }) => { > 38 | await teamsPage.editTeamButton.click(); | ^ 39 | await expect(teamsPage.nameInput("Team name")).toHaveValue(teamName); 40 | await expect(teamsPage.teamDescription).toContainText(teamDescription); 41 | await teamsPage.teamDescription.fill(teamDescription + " changed"); at /home/runner/work/web2.0/web2.0/playwright/e2eTests/teamsOperations.spec.ts:38:36
🎭 Playwright Run Summary
2 flaky [chromium] › e2eTests/teamsOperations.spec.ts:22:1 › Add team ────────────────────────────────── [chromium] › e2eTests/teamsOperations.spec.ts:37:1 › Edit team description ───────────────────── 3 skipped 16 passed (1.6m)