feat: improve importing data from third party apps #355
main.yml
on: push
Build app
2m 26s
Publish docs
0s
Publish new release
0s
Build and publish docker image
0s
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)
|