Skip to content

feat: improve importing data from third party apps #355

feat: improve importing data from third party apps

feat: improve importing data from third party apps #355

Triggered via push August 4, 2025 15:36
Status Success
Total duration 3m 47s
Artifacts

main.yml

on: push
Publish docs
0s
Publish docs
Publish new release
0s
Publish new release
Build and publish docker image
0s
Build and publish docker image
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 notice
[firefox] › test/navigation.spec.ts:6:1 › Navigate and show correct page title: test/navigation.spec.ts#L8
1) [firefox] › test/navigation.spec.ts:6:1 › Navigate and show correct page title ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected) Locator: locator(':root') Expected string: "Dashboard" Received string: "page.dashboard.title" Call log: - expect.toHaveTitle with timeout 5000ms - waiting for locator(':root') 9 × locator resolved to <html lang="en">…</html> - unexpected value "page.dashboard.title" 6 | test('Navigate and show correct page title', async ({ page }) => { 7 | await page.goto('/'); > 8 | await expect(page).toHaveTitle('Dashboard'); | ^ 9 | 10 | await page.getByTestId('navigation-income').click(); 11 | await expect(page).toHaveTitle('Income'); at /home/runner/work/ocular/ocular/test/navigation.spec.ts:8:22
[firefox] › test/navigation.spec.ts:6:1 › Navigate and show correct page title: test/navigation.spec.ts#L8
1) [firefox] › test/navigation.spec.ts:6:1 › Navigate and show correct page title ──────────────── Error: Timed out 5000ms waiting for expect(locator).toHaveTitle(expected) Locator: locator(':root') Expected string: "Dashboard" Received string: "page.dashboard.title" Call log: - expect.toHaveTitle with timeout 5000ms - waiting for locator(':root') 8 × locator resolved to <html lang="en">…</html> - unexpected value "page.dashboard.title" 6 | test('Navigate and show correct page title', async ({ page }) => { 7 | await page.goto('/'); > 8 | await expect(page).toHaveTitle('Dashboard'); | ^ 9 | 10 | await page.getByTestId('navigation-income').click(); 11 | await expect(page).toHaveTitle('Income'); at /home/runner/work/ocular/ocular/test/navigation.spec.ts:8:22
🎭 Playwright Run Summary
1 flaky [firefox] › test/navigation.spec.ts:6:1 › Navigate and show correct page title ───────────────── 12 passed (28.2s)