Skip to content

chore: use attributes to define routes #435

chore: use attributes to define routes

chore: use attributes to define routes #435

Triggered via pull request October 5, 2024 13:04
Status Failure
Total duration 14m 51s
Artifacts

playwright.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 1 warning, and 1 notice
[chromium] β€Ί e2e/create-empty-form.spec.ts:19:2 β€Ί No forms created - empty content β€Ί It shows the empty content: playwright/e2e/create-empty-form.spec.ts#L20
1) [chromium] β€Ί e2e/create-empty-form.spec.ts:19:2 β€Ί No forms created - empty content β€Ί It shows the empty content Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByText('No forms created yet') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('No forms created yet') 18 | test.describe('No forms created - empty content', () => { 19 | test('It shows the empty content', async ({ page }) => { > 20 | await expect(page.getByText('No forms created yet')).toBeVisible() | ^ 21 | await expect( 22 | page.getByRole('button', { name: 'Create a form' }), 23 | ).toBeVisible() at /home/runner/actions-runner/_work/forms/forms/playwright/e2e/create-empty-form.spec.ts:20:56
[chromium] β€Ί e2e/create-empty-form.spec.ts:19:2 β€Ί No forms created - empty content β€Ί It shows the empty content: playwright/e2e/create-empty-form.spec.ts#L20
1) [chromium] β€Ί e2e/create-empty-form.spec.ts:19:2 β€Ί No forms created - empty content β€Ί It shows the empty content Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByText('No forms created yet') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('No forms created yet') 18 | test.describe('No forms created - empty content', () => { 19 | test('It shows the empty content', async ({ page }) => { > 20 | await expect(page.getByText('No forms created yet')).toBeVisible() | ^ 21 | await expect( 22 | page.getByRole('button', { name: 'Create a form' }), 23 | ).toBeVisible() at /home/runner/actions-runner/_work/forms/forms/playwright/e2e/create-empty-form.spec.ts:20:56
[chromium] β€Ί e2e/create-empty-form.spec.ts:19:2 β€Ί No forms created - empty content β€Ί It shows the empty content: playwright/e2e/create-empty-form.spec.ts#L20
1) [chromium] β€Ί e2e/create-empty-form.spec.ts:19:2 β€Ί No forms created - empty content β€Ί It shows the empty content Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toBeVisible() Locator: getByText('No forms created yet') Expected: visible Received: <element(s) not found> Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('No forms created yet') 18 | test.describe('No forms created - empty content', () => { 19 | test('It shows the empty content', async ({ page }) => { > 20 | await expect(page.getByText('No forms created yet')).toBeVisible() | ^ 21 | await expect( 22 | page.getByRole('button', { name: 'Create a form' }), 23 | ).toBeVisible() at /home/runner/actions-runner/_work/forms/forms/playwright/e2e/create-empty-form.spec.ts:20:56
[chromium] β€Ί e2e/create-empty-form.spec.ts:26:2 β€Ί No forms created - empty content β€Ί Use button to create new form: playwright/e2e/create-empty-form.spec.ts#L1
2) [chromium] β€Ί e2e/create-empty-form.spec.ts:26:2 β€Ί No forms created - empty content β€Ί Use button to create new form Test timeout of 30000ms exceeded.
[chromium] β€Ί e2e/create-empty-form.spec.ts:26:2 β€Ί No forms created - empty content β€Ί Use button to create new form: playwright/e2e/create-empty-form.spec.ts#L29
2) [chromium] β€Ί e2e/create-empty-form.spec.ts:26:2 β€Ί No forms created - empty content β€Ί Use button to create new form Error: locator.click: Target page, context or browser has been closed Call log: - waiting for getByRole('button', { name: 'Create a form' }) 27 | const oldNumber = (await appNavigation.ownFormsLocator.all()).length 28 | > 29 | await page.getByRole('button', { name: 'Create a form' }).click() | ^ 30 | await page.waitForURL(/apps\/forms\/.+/) 31 | 32 | const newNumber = (await appNavigation.ownFormsLocator.all()).length at /home/runner/actions-runner/_work/forms/forms/playwright/e2e/create-empty-form.spec.ts:29:61
[chromium] β€Ί e2e/create-empty-form.spec.ts:26:2 β€Ί No forms created - empty content β€Ί Use button to create new form: playwright/e2e/create-empty-form.spec.ts#L1
2) [chromium] β€Ί e2e/create-empty-form.spec.ts:26:2 β€Ί No forms created - empty content β€Ί Use button to create new form Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] β€Ί e2e/create-empty-form.spec.ts:26:2 β€Ί No forms created - empty content β€Ί Use button to create new form: playwright/e2e/create-empty-form.spec.ts#L29
2) [chromium] β€Ί e2e/create-empty-form.spec.ts:26:2 β€Ί No forms created - empty content β€Ί Use button to create new form Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Target page, context or browser has been closed Call log: - waiting for getByRole('button', { name: 'Create a form' }) 27 | const oldNumber = (await appNavigation.ownFormsLocator.all()).length 28 | > 29 | await page.getByRole('button', { name: 'Create a form' }).click() | ^ 30 | await page.waitForURL(/apps\/forms\/.+/) 31 | 32 | const newNumber = (await appNavigation.ownFormsLocator.all()).length at /home/runner/actions-runner/_work/forms/forms/playwright/e2e/create-empty-form.spec.ts:29:61
[chromium] β€Ί e2e/create-empty-form.spec.ts:26:2 β€Ί No forms created - empty content β€Ί Use button to create new form: playwright/e2e/create-empty-form.spec.ts#L1
2) [chromium] β€Ί e2e/create-empty-form.spec.ts:26:2 β€Ί No forms created - empty content β€Ί Use button to create new form Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] β€Ί e2e/create-empty-form.spec.ts:26:2 β€Ί No forms created - empty content β€Ί Use button to create new form: playwright/e2e/create-empty-form.spec.ts#L29
2) [chromium] β€Ί e2e/create-empty-form.spec.ts:26:2 β€Ί No forms created - empty content β€Ί Use button to create new form Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.click: Target page, context or browser has been closed Call log: - waiting for getByRole('button', { name: 'Create a form' }) 27 | const oldNumber = (await appNavigation.ownFormsLocator.all()).length 28 | > 29 | await page.getByRole('button', { name: 'Create a form' }).click() | ^ 30 | await page.waitForURL(/apps\/forms\/.+/) 31 | 32 | const newNumber = (await appNavigation.ownFormsLocator.all()).length at /home/runner/actions-runner/_work/forms/forms/playwright/e2e/create-empty-form.spec.ts:29:61
[chromium] β€Ί e2e/create-empty-form.spec.ts:37:1 β€Ί Use app navigation to create new form: playwright/e2e/create-empty-form.spec.ts#L1
3) [chromium] β€Ί e2e/create-empty-form.spec.ts:37:1 β€Ί Use app navigation to create new form ─────── Test timeout of 30000ms exceeded.
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
🎭 Playwright Run Summary
8 failed [chromium] β€Ί e2e/create-empty-form.spec.ts:19:2 β€Ί No forms created - empty content β€Ί It shows the empty content [chromium] β€Ί e2e/create-empty-form.spec.ts:26:2 β€Ί No forms created - empty content β€Ί Use button to create new form [chromium] β€Ί e2e/create-empty-form.spec.ts:37:1 β€Ί Use app navigation to create new form ──────── [chromium] β€Ί e2e/create-empty-form.spec.ts:44:1 β€Ί Form name updated in navigation ────────────── [chromium] β€Ί e2e/form-description.spec.ts:21:2 β€Ί Form description β€Ί Can edit the description ─── [chromium] β€Ί e2e/form-description.spec.ts:39:2 β€Ί Form description β€Ί Can use Markdown in the description [chromium] β€Ί e2e/form-description.spec.ts:60:2 β€Ί Form description β€Ί Markdown links are opened in a new tab [chromium] β€Ί e2e/ime-input.spec.ts:14:1 β€Ί IME input does not trigger new option ──────────────── 1 passed (12.2m)