Skip to content

Improve translation handling #38

Improve translation handling

Improve translation handling #38

Triggered via push August 11, 2023 13:12
Status Failure
Total duration 10m 47s
Artifacts 1
Matrix: integration-tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 3 warnings, and 1 notice
[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.7s
Slow Test: [chromium] › root_password.spec.ts#L1
[chromium] › root_password.spec.ts took 21.8s
🎭 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.5m)

Artifacts

Produced during runtime
Name Size
test-results Expired
1.57 MB