Change block API version to 3 #221
Annotations
5 errors and 1 notice
|
Running e2e tests:
test/e2e/test.spec.ts#L19
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: getByRole('slider', { name: 'Volume' })
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('slider', { name: 'Volume' })
17 | // Volume
18 | await pageUtils.pressKeys( 'ArrowRight', { times: 2 } );
> 19 | await expect( page.getByRole( 'slider', { name: 'Volume' } ) ).toBeFocused();
| ^
20 | await pageUtils.pressKeys( 'ArrowLeft', { times: 3 } );
21 | // Octave Offset
22 | await pageUtils.pressKeys( 'Tab', { times: 2 } );
at /home/runner/work/piano-block/piano-block/test/e2e/test.spec.ts:19:66
|
Running e2e tests:
test/e2e/test.spec.ts#L19
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: getByRole('slider', { name: 'Volume' })
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('slider', { name: 'Volume' })
17 | // Volume
18 | await pageUtils.pressKeys( 'ArrowRight', { times: 2 } );
> 19 | await expect( page.getByRole( 'slider', { name: 'Volume' } ) ).toBeFocused();
| ^
20 | await pageUtils.pressKeys( 'ArrowLeft', { times: 3 } );
21 | // Octave Offset
22 | await pageUtils.pressKeys( 'Tab', { times: 2 } );
at /home/runner/work/piano-block/piano-block/test/e2e/test.spec.ts:19:66
|
Running e2e tests:
test/e2e/test.spec.ts#L19
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: getByRole('slider', { name: 'Volume' })
Expected: focused
Received: <element(s) not found>
Call log:
- expect.toBeFocused with timeout 5000ms
- waiting for getByRole('slider', { name: 'Volume' })
17 | // Volume
18 | await pageUtils.pressKeys( 'ArrowRight', { times: 2 } );
> 19 | await expect( page.getByRole( 'slider', { name: 'Volume' } ) ).toBeFocused();
| ^
20 | await pageUtils.pressKeys( 'ArrowLeft', { times: 3 } );
21 | // Octave Offset
22 | await pageUtils.pressKeys( 'Tab', { times: 2 } );
at /home/runner/work/piano-block/piano-block/test/e2e/test.spec.ts:19:66
|
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