Update composer #317
Annotations
1 error and 1 notice
test/e2e/test.spec.js#L47
1) [chromium] › test.spec.js:34:7 › Custom HTML Block Extension › Editor › input by Emmet should be expanded on the theme editor
Error: expect(locator).toHaveText(expected)
Locator: locator('#newcontent')
Expected string: ".selector{font-size: 100px;}"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for locator('#newcontent')
45 | await page.click( '#submit' );
46 | const textarea = await page.locator( '#newcontent' );
> 47 | expect( textarea ).toHaveText( '.selector{font-size: 100px;}' );
| ^
48 | } );
49 |
50 | test( 'input by Emmet should be expanded on the block editor', async ( {
at /home/runner/work/custom-html-block-extension/custom-html-block-extension/test/e2e/test.spec.js:47:23
|
|
The logs for this run have expired and are no longer available.
Loading