Make sticky date headers look nicer #613
Annotations
1 error and 1 notice
|
[Mobile Safari] › tests/logged-out-view.spec.js:9:1 › loads post page and works:
tests/logged-out-view.spec.js#L36
1) [Mobile Safari] › tests/logged-out-view.spec.js:9:1 › loads post page and works ───────────────
Error: expect(locator).toBeVisible() failed
Locator: locator('text=This is a test post')
Expected: visible
Timeout: 5000ms
Error: element(s) not found
Call log:
- Expect "toBeVisible" with timeout 5000ms
- waiting for locator('text=This is a test post')
34 |
35 | await page.goto('/#/test.social/s/123');
> 36 | await expect(page.locator('text=This is a test post')).toBeVisible();
| ^
37 | });
38 |
at /Users/runner/work/phanpy/phanpy/tests/logged-out-view.spec.js:36:58
|
|
🎭 Playwright Run Summary
1 flaky
[Mobile Safari] › tests/logged-out-view.spec.js:9:1 › loads post page and works ────────────────
23 passed (25.4s)
|