v3.4.0 #235
Annotations
1 error and 1 notice
test/e2e/test.spec.js#L46
1) [chromium] › test.spec.js:33:6 › 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')
44 | await page.click( '#submit' );
45 | const textarea = await page.locator( '#newcontent' );
> 46 | expect( textarea ).toHaveText( '.selector{font-size: 100px;}' );
| ^
47 | } );
48 |
49 | 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:46:22
|
|
The logs for this run have expired and are no longer available.
Loading