Featured image: Add border style support #125395
Annotations
10 errors and 1 notice
Run the tests:
test/e2e/specs/editor/various/preview.spec.js#L75
1) [chromium] › editor/various/preview.spec.js:17:2 › Preview › should open a preview window for a new post
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "Hello World! And more."
Received string: "Hello World!"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">Hello World!</h1>
- unexpected value "Hello World!"
73 |
74 | // Title in preview should match updated input.
> 75 | await expect( previewTitle ).toHaveText( 'Hello World! And more.' );
| ^
76 |
77 | // Published preview URL should include ID and nonce parameters.
78 | const { searchParams } = new URL( previewPage.url() );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:75:32
|
Run the tests:
test/e2e/specs/editor/various/preview.spec.js#L75
1) [chromium] › editor/various/preview.spec.js:17:2 › Preview › should open a preview window for a new post
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "Hello World! And more."
Received string: "Hello World!"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">Hello World!</h1>
- unexpected value "Hello World!"
73 |
74 | // Title in preview should match updated input.
> 75 | await expect( previewTitle ).toHaveText( 'Hello World! And more.' );
| ^
76 |
77 | // Published preview URL should include ID and nonce parameters.
78 | const { searchParams } = new URL( previewPage.url() );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:75:32
|
Run the tests:
test/e2e/specs/editor/various/preview.spec.js#L75
1) [chromium] › editor/various/preview.spec.js:17:2 › Preview › should open a preview window for a new post
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "Hello World! And more."
Received string: "Hello World!"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">Hello World!</h1>
- unexpected value "Hello World!"
73 |
74 | // Title in preview should match updated input.
> 75 | await expect( previewTitle ).toHaveText( 'Hello World! And more.' );
| ^
76 |
77 | // Published preview URL should include ID and nonce parameters.
78 | const { searchParams } = new URL( previewPage.url() );
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:75:32
|
Run the tests:
test/e2e/specs/editor/various/preview.spec.js#L182
2) [chromium] › editor/various/preview.spec.js:148:2 › Preview › should display the correct preview when switching between published and draft statuses
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "Lorem Ipsum"
Received string: "Lorem"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">Lorem</h1>
- unexpected value "Lorem"
180 |
181 | // Title in preview should match updated input.
> 182 | await expect( previewTitle ).toHaveText( 'Lorem Ipsum' );
| ^
183 |
184 | // Return to editor and switch to Draft.
185 | await editorPage.bringToFront();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:182:32
|
Run the tests:
test/e2e/specs/editor/various/preview.spec.js#L182
2) [chromium] › editor/various/preview.spec.js:148:2 › Preview › should display the correct preview when switching between published and draft statuses
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "Lorem Ipsum"
Received string: "Lorem"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">Lorem</h1>
- unexpected value "Lorem"
180 |
181 | // Title in preview should match updated input.
> 182 | await expect( previewTitle ).toHaveText( 'Lorem Ipsum' );
| ^
183 |
184 | // Return to editor and switch to Draft.
185 | await editorPage.bringToFront();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:182:32
|
Run the tests:
test/e2e/specs/editor/various/preview.spec.js#L182
2) [chromium] › editor/various/preview.spec.js:148:2 › Preview › should display the correct preview when switching between published and draft statuses
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "Lorem Ipsum"
Received string: "Lorem"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">Lorem</h1>
- unexpected value "Lorem"
180 |
181 | // Title in preview should match updated input.
> 182 | await expect( previewTitle ).toHaveText( 'Lorem Ipsum' );
| ^
183 |
184 | // Return to editor and switch to Draft.
185 | await editorPage.bringToFront();
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:182:32
|
Run the tests:
test/e2e/specs/editor/various/preview.spec.js#L273
3) [chromium] › editor/various/preview.spec.js:228:2 › Preview with Custom Fields enabled › displays edits to the post title and content in the preview
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "title 2"
Received string: "title 1"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">title 1</h1>
- unexpected value "title 1"
271 |
272 | // Title in preview should match input.
> 273 | await expect( previewTitle ).toHaveText( 'title 2' );
| ^
274 | await expect( previewContent ).toHaveText( 'content 2' );
275 |
276 | // Make sure the editor is active for the afterEach function.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:273:32
|
Run the tests:
test/e2e/specs/editor/various/preview.spec.js#L273
3) [chromium] › editor/various/preview.spec.js:228:2 › Preview with Custom Fields enabled › displays edits to the post title and content in the preview
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "title 2"
Received string: "title 1"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">title 1</h1>
- unexpected value "title 1"
271 |
272 | // Title in preview should match input.
> 273 | await expect( previewTitle ).toHaveText( 'title 2' );
| ^
274 | await expect( previewContent ).toHaveText( 'content 2' );
275 |
276 | // Make sure the editor is active for the afterEach function.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:273:32
|
Run the tests:
test/e2e/specs/editor/various/preview.spec.js#L273
3) [chromium] › editor/various/preview.spec.js:228:2 › Preview with Custom Fields enabled › displays edits to the post title and content in the preview
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: locator('role=heading[level=1]')
Expected string: "title 2"
Received string: "title 1"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('role=heading[level=1]')
9 × locator resolved to <h1 class="entry-title">title 1</h1>
- unexpected value "title 1"
271 |
272 | // Title in preview should match input.
> 273 | await expect( previewTitle ).toHaveText( 'title 2' );
| ^
274 | await expect( previewContent ).toHaveText( 'content 2' );
275 |
276 | // Make sure the editor is active for the afterEach function.
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/preview.spec.js:273:32
|
Run the tests
Process completed with exit code 1.
|
Run the tests
3 failed
[chromium] › editor/various/preview.spec.js:17:2 › Preview › should open a preview window for a new post
[chromium] › editor/various/preview.spec.js:148:2 › Preview › should display the correct preview when switching between published and draft statuses
[chromium] › editor/various/preview.spec.js:228:2 › Preview with Custom Fields enabled › displays edits to the post title and content in the preview
1 skipped
194 passed (9.5m)
|
Loading