Skip to content

feat: Allow to reorder options for "multiple" question type in backend #387

feat: Allow to reorder options for "multiple" question type in backend

feat: Allow to reorder options for "multiple" question type in backend #387

Triggered via pull request September 23, 2024 16:11
Status Failure
Total duration 21m 25s
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:26:2 β€Ί No forms created - empty content β€Ί Use button to create new form: playwright/e2e/create-empty-form.spec.ts#L1
1) [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#L30
1) [chromium] β€Ί e2e/create-empty-form.spec.ts:26:2 β€Ί No forms created - empty content β€Ί Use button to create new form Error: page.waitForURL: Target page, context or browser has been closed =========================== logs =========================== waiting for navigation until "load" ============================================================ 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 33 | expect(newNumber - oldNumber).toBe(1) at /home/runner/work/forms/forms/playwright/e2e/create-empty-form.spec.ts:30:14
[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
1) [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#L30
1) [chromium] β€Ί e2e/create-empty-form.spec.ts:26:2 β€Ί No forms created - empty content β€Ί Use button to create new form Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForURL: Target page, context or browser has been closed =========================== logs =========================== waiting for navigation until "load" ============================================================ 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 33 | expect(newNumber - oldNumber).toBe(1) at /home/runner/work/forms/forms/playwright/e2e/create-empty-form.spec.ts:30:14
[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
1) [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#L30
1) [chromium] β€Ί e2e/create-empty-form.spec.ts:26:2 β€Ί No forms created - empty content β€Ί Use button to create new form Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForURL: Target page, context or browser has been closed =========================== logs =========================== waiting for navigation until "load" ============================================================ 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 33 | expect(newNumber - oldNumber).toBe(1) at /home/runner/work/forms/forms/playwright/e2e/create-empty-form.spec.ts:30:14
[chromium] β€Ί e2e/create-empty-form.spec.ts:37:1 β€Ί Use app navigation to create new form: playwright/e2e/create-empty-form.spec.ts#L1
2) [chromium] β€Ί e2e/create-empty-form.spec.ts:37:1 β€Ί Use app navigation to create new form ─────── Test timeout of 30000ms exceeded.
[chromium] β€Ί e2e/create-empty-form.spec.ts:37:1 β€Ί Use app navigation to create new form: playwright/support/sections/AppNavigationSection.ts#L32
2) [chromium] β€Ί e2e/create-empty-form.spec.ts:37:1 β€Ί Use app navigation to create new form ─────── Error: page.waitForURL: Target page, context or browser has been closed =========================== logs =========================== waiting for navigation until "load" ============================================================ at support/sections/AppNavigationSection.ts:32 30 | public async clickNewForm(): Promise<void> { 31 | await this.newFormLocator.click() > 32 | await this.page.waitForURL(/apps\/forms\/.+/) | ^ 33 | } 34 | 35 | public async openArchivedForms(): Promise<void> { at AppNavigationSection.clickNewForm (/home/runner/work/forms/forms/playwright/support/sections/AppNavigationSection.ts:32:19) at /home/runner/work/forms/forms/playwright/e2e/create-empty-form.spec.ts:38:2
[chromium] β€Ί e2e/create-empty-form.spec.ts:37:1 β€Ί Use app navigation to create new form: playwright/e2e/create-empty-form.spec.ts#L1
2) [chromium] β€Ί e2e/create-empty-form.spec.ts:37:1 β€Ί Use app navigation to create new form ─────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] β€Ί e2e/create-empty-form.spec.ts:37:1 β€Ί Use app navigation to create new form: playwright/support/sections/AppNavigationSection.ts#L32
2) [chromium] β€Ί e2e/create-empty-form.spec.ts:37:1 β€Ί Use app navigation to create new form ─────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.waitForURL: Target page, context or browser has been closed =========================== logs =========================== waiting for navigation until "load" ============================================================ at support/sections/AppNavigationSection.ts:32 30 | public async clickNewForm(): Promise<void> { 31 | await this.newFormLocator.click() > 32 | await this.page.waitForURL(/apps\/forms\/.+/) | ^ 33 | } 34 | 35 | public async openArchivedForms(): Promise<void> { at AppNavigationSection.clickNewForm (/home/runner/work/forms/forms/playwright/support/sections/AppNavigationSection.ts:32:19) at /home/runner/work/forms/forms/playwright/e2e/create-empty-form.spec.ts:38:2
test
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
🎭 Playwright Run Summary
7 failed [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 ──────────────── 2 passed (11.5m)