perf: Replace getById call with getFistNodeByid #38
Annotations
1 error and 1 notice
|
[chromium] › playwright/e2e/basic.spec.ts:15:6 › Basic checks › Notes app is visible:
playwright/e2e/basic.spec.ts#L17
1) [chromium] › playwright/e2e/basic.spec.ts:15:6 › Basic checks › Notes app is visible ──────────
Error: expect(page).toHaveTitle(expected) failed
Expected pattern: /Notes/
Received string: "Nextcloud"
Timeout: 5000ms
Call log:
- Expect "toHaveTitle" with timeout 5000ms
8 × unexpected value "Nextcloud"
15 | test('Notes app is visible', async ({ page }) => {
16 | await page.goto('/index.php/apps/notes/')
> 17 | await expect(page).toHaveTitle(/Notes/)
| ^
18 | })
19 |
20 | test('Create note and type', async ({ page }) => {
at /home/runner/actions-runner/_work/notes/notes/playwright/e2e/basic.spec.ts:17:22
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › playwright/e2e/basic.spec.ts:15:6 › Basic checks › Notes app is visible ───────────
1 passed (3.1m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
3.5 MB |
sha256:d4ea017f15d20ed201b7bf02e65deb8d9fb9f83fcd68c027571870e5f6efee82
|
|