fix: correct photo-post caption, embed, and dimension federation bugs… #761
e2e.yml
on: push
Playwright (Playground)
7m 35s
Annotations
1 error and 1 notice
|
[chromium] › tests/e2e/bundled-backends.spec.ts:23:5 › Suppressed bundled AP settings page is still accessible by direct URL:
tests/e2e/bundled-backends.spec.ts#L26
1) [chromium] › tests/e2e/bundled-backends.spec.ts:23:5 › Suppressed bundled AP settings page is still accessible by direct URL
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "http://127.0.0.1:9400/wp-admin/options-general.php?page=activitypub", waiting until "load"
24 | page,
25 | } ) => {
> 26 | const response = await page.goto(
| ^
27 | '/wp-admin/options-general.php?page=activitypub'
28 | );
29 | expect( response?.status() ).toBeLessThan( 400 );
at /home/runner/work/fosse/fosse/tests/e2e/bundled-backends.spec.ts:26:30
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › tests/e2e/bundled-backends.spec.ts:23:5 › Suppressed bundled AP settings page is still accessible by direct URL
41 passed (6.8m)
|