[Data Views] Adding scope
to table view headers
#90250
Annotations
1 error and 1 notice
Run the tests:
test/e2e/specs/editor/various/writing-flow.spec.js#L1046
1) [webkit] › editor/various/writing-flow.spec.js:1015:2 › Writing Flow (@Firefox, @WebKit) › should move to the start of the first line on ArrowUp (-firefox)
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Paragraph"i]')
Expected pattern: /^\.a+$/
Received string: "a"
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for frameLocator('[name="editor-canvas"]').locator('role=document[name="Block: Paragraph"i]')
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
- locator resolved to <p role="document" data-empty="false" aria-multilin…>a</p>
- unexpected value "a"
1044 | await expect(
1045 | editor.canvas.locator( 'role=document[name="Block: Paragraph"i]' )
> 1046 | ).toHaveText( /^\.a+$/ );
| ^
1047 | } );
1048 |
1049 | test( 'should vertically move the caret from corner to corner (-webkit)', async ( {
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/editor/various/writing-flow.spec.js:1046:5
|
|
The logs for this run have expired and are no longer available.
Loading