fix(Import): allow to skip address lookups to speed up import (#3547) #512
on-master-push.yml
on: push
qa
/
code-quality
1m 4s
qa
/
test-unit
2m 32s
qa
/
test-e2e
3m 10s
create-and-deploy-compodoc
1m 3s
pre-release
28s
Annotations
1 error and 1 notice
|
e2e/tests/dashboard-tests.spec.ts:1:558 › Dashboard widgets and actions:
e2e/tests/dashboard-tests.spec.ts#L62
1) e2e/tests/dashboard-tests.spec.ts:1:558 › Dashboard widgets and actions ───────────────────────
Error: expect(locator).toBeVisible() failed
Locator: getByText('1 Notes needing follow-up')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for getByText('1 Notes needing follow-up')
60 | await expect(page.getByText("Quick Actions")).toBeVisible();
61 | await expect(page.getByText("8 Children")).toBeVisible();
> 62 | await expect(page.getByText("1 Notes needing follow-up")).toBeVisible();
| ^
63 | await expect(page.getByText("5 Tasks due")).toBeVisible();
64 | await expect(page.getByText("3 Children with recent report")).toBeVisible();
65 | await expect(
at <anonymous> (/home/runner/work/ndb-core/ndb-core/e2e/tests/dashboard-tests.spec.ts:62:61)
at async /home/runner/work/ndb-core/ndb-core/node_modules/playwright/lib/worker/workerMain.js:322:9
at async /home/runner/work/ndb-core/ndb-core/node_modules/playwright/lib/worker/testInfo.js:311:11
at async /home/runner/work/ndb-core/ndb-core/node_modules/playwright/lib/worker/workerMain.js:320:7
|
|
🎭 Playwright Run Summary
1 flaky
e2e/tests/dashboard-tests.spec.ts:1:558 › Dashboard widgets and actions ────────────────────────
10 passed (1.5m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-test-results
|
36.6 MB |
sha256:90d51e198c9b400b8f42db2edb092ca9ec3c4359f16a5500b5bd6dc11b772f71
|
|