Change block API version to 3 #222
Annotations
5 errors and 1 notice
|
Running e2e tests:
test/e2e/test.spec.ts#L43
1) [chromium] › test.spec.ts:11:6 › Block › should update attributes related to sound using only keyboard
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('combobox', { name: 'Oscillator Type' })
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('combobox', { name: 'Oscillator Type' })
41 | await expect(
42 | editor.canvas.getByRole( 'combobox', { name: 'Oscillator Type' } )
> 43 | ).toBeFocused();
| ^
44 | await pageUtils.pressKeys( 'ArrowDown', { times: 2 } );
45 | for ( let index = 0; index < 4; index++ ) {
46 | await pageUtils.pressKeys( 'Tab' );
at /home/runner/work/piano-block/piano-block/test/e2e/test.spec.ts:43:5
|
Running e2e tests:
test/e2e/test.spec.ts#L43
1) [chromium] › test.spec.ts:11:6 › Block › should update attributes related to sound using only keyboard
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('combobox', { name: 'Oscillator Type' })
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('combobox', { name: 'Oscillator Type' })
41 | await expect(
42 | editor.canvas.getByRole( 'combobox', { name: 'Oscillator Type' } )
> 43 | ).toBeFocused();
| ^
44 | await pageUtils.pressKeys( 'ArrowDown', { times: 2 } );
45 | for ( let index = 0; index < 4; index++ ) {
46 | await pageUtils.pressKeys( 'Tab' );
at /home/runner/work/piano-block/piano-block/test/e2e/test.spec.ts:43:5
|
Running e2e tests:
test/e2e/test.spec.ts#L43
1) [chromium] › test.spec.ts:11:6 › Block › should update attributes related to sound using only keyboard
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toBeFocused()
Locator: locator('[name="editor-canvas"]').contentFrame().getByRole('combobox', { name: 'Oscillator Type' })
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for locator('[name="editor-canvas"]').contentFrame().getByRole('combobox', { name: 'Oscillator Type' })
41 | await expect(
42 | editor.canvas.getByRole( 'combobox', { name: 'Oscillator Type' } )
> 43 | ).toBeFocused();
| ^
44 | await pageUtils.pressKeys( 'ArrowDown', { times: 2 } );
45 | for ( let index = 0; index < 4; index++ ) {
46 | await pageUtils.pressKeys( 'Tab' );
at /home/runner/work/piano-block/piano-block/test/e2e/test.spec.ts:43:5
|
Running e2e tests
Process completed with exit code 1.
|
Running e2e tests
1 failed
[chromium] › test.spec.ts:11:6 › Block › should update attributes related to sound using only keyboard
1 skipped
|
Loading