Skip to content

adapt UI and fix service #5800

adapt UI and fix service

adapt UI and fix service #5800

Triggered via push July 11, 2023 14:56
Status Failure
Total duration 13m 33s
Artifacts 1
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

ci.yml

on: push
Matrix: backend_tests
Matrix: frontend_build
Matrix: backend_doc
Matrix: backend_linter
Matrix: integration-tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors, 3 warnings, and 1 notice
frontend_build (18.x)
Process completed with exit code 1.
backend_tests (tumbleweed)
Process completed with exit code 1.
[chromium] › main_page.spec.ts:14:7 › The main page › has the Install button: tests/main_page.spec.ts#L15
1) [chromium] › main_page.spec.ts:14:7 › The main page › has the Install button ────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('button', { name: 'Install', exact: true }) - waiting for getByRole('button', { name: 'Install', exact: true }) 13 | 14 | test('has the Install button', async ({ page }) => { > 15 | await expect(page.getByRole('button', { name: 'Install', exact: true })).toBeVisible(); | ^ 16 | }); 17 | }) 18 | at /checkout/playwright/tests/main_page.spec.ts:15:78
[chromium] › main_page.spec.ts:14:7 › The main page › has the Install button: tests/main_page.spec.ts#L15
1) [chromium] › main_page.spec.ts:14:7 › The main page › has the Install button ────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('button', { name: 'Install', exact: true }) - waiting for getByRole('button', { name: 'Install', exact: true }) 13 | 14 | test('has the Install button', async ({ page }) => { > 15 | await expect(page.getByRole('button', { name: 'Install', exact: true })).toBeVisible(); | ^ 16 | }); 17 | }) 18 | at /checkout/playwright/tests/main_page.spec.ts:15:78
[chromium] › main_page.spec.ts:14:7 › The main page › has the Install button: tests/main_page.spec.ts#L15
1) [chromium] › main_page.spec.ts:14:7 › The main page › has the Install button ────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByRole('button', { name: 'Install', exact: true }) - waiting for getByRole('button', { name: 'Install', exact: true }) 13 | 14 | test('has the Install button', async ({ page }) => { > 15 | await expect(page.getByRole('button', { name: 'Install', exact: true })).toBeVisible(); | ^ 16 | }); 17 | }) 18 | at /checkout/playwright/tests/main_page.spec.ts:15:78
[chromium] › root_password.spec.ts:9:7 › The user section › can set the root password: tests/root_password.spec.ts#L13
2) [chromium] › root_password.spec.ts:9:7 › The user section › can set the root password ───────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('No root authentication method defined') - waiting for getByText('No root authentication method defined') 11 | 12 | // initial expectation - the root password is not configured yet > 13 | await expect(page.getByText("No root authentication method defined")).toBeVisible(); | ^ 14 | 15 | // click the "Users" header 16 | await page.locator("a[href='#/users']").click(); at /checkout/playwright/tests/root_password.spec.ts:13:75
[chromium] › root_password.spec.ts:9:7 › The user section › can set the root password: tests/root_password.spec.ts#L13
2) [chromium] › root_password.spec.ts:9:7 › The user section › can set the root password ───────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('No root authentication method defined') - waiting for getByText('No root authentication method defined') 11 | 12 | // initial expectation - the root password is not configured yet > 13 | await expect(page.getByText("No root authentication method defined")).toBeVisible(); | ^ 14 | 15 | // click the "Users" header 16 | await page.locator("a[href='#/users']").click(); at /checkout/playwright/tests/root_password.spec.ts:13:75
[chromium] › root_password.spec.ts:9:7 › The user section › can set the root password: tests/root_password.spec.ts#L13
2) [chromium] › root_password.spec.ts:9:7 › The user section › can set the root password ───────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(received).toBeVisible() Call log: - expect.toBeVisible with timeout 5000ms - waiting for getByText('No root authentication method defined') - waiting for getByText('No root authentication method defined') 11 | 12 | // initial expectation - the root password is not configured yet > 13 | await expect(page.getByText("No root authentication method defined")).toBeVisible(); | ^ 14 | 15 | // click the "Users" header 16 | await page.locator("a[href='#/users']").click(); at /checkout/playwright/tests/root_password.spec.ts:13:75
[chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system: tests/take_screenshots.spec.ts#L1
3) [chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system ────────────── AggregateError: All promises were rejected
[chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system: tests/take_screenshots.spec.ts#L1
3) [chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system ────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── AggregateError: All promises were rejected
[chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system: tests/take_screenshots.spec.ts#L1
3) [chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system ────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── AggregateError: All promises were rejected
integration-tests (tumbleweed)
Process completed with exit code 1.
Slow Test: [chromium] › take_screenshots.spec.ts#L1
[chromium] › take_screenshots.spec.ts took 1.6m
Slow Test: [chromium] › main_page.spec.ts#L1
[chromium] › main_page.spec.ts took 26.1s
Slow Test: [chromium] › root_password.spec.ts#L1
[chromium] › root_password.spec.ts took 22.5s
🎭 Playwright Run Summary
3 failed [chromium] › main_page.spec.ts:14:7 › The main page › has the Install button ─────────────────── [chromium] › root_password.spec.ts:9:7 › The user section › can set the root password ────────── [chromium] › take_screenshots.spec.ts:21:7 › The Installer › installs the system ─────────────── 1 passed (2.6m)

Artifacts

Produced during runtime
Name Size
test-results Expired
4.64 MB