Add full-page navigation e2e tests #111030
Annotations
5 errors and 8 notices
[chromium] › interactivity/interactivity-data.spec.ts:26:6 › store tag › hydrates when it is well defined:
test/e2e/specs/interactivity/interactivity-data.spec.ts#L37
1) [chromium] › interactivity/interactivity-data.spec.ts:26:6 › store tag › hydrates when it is well defined
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('counter value')
Expected string: "3"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('counter value')
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
35 | const clicks = page.getByTestId( 'counter clicks' );
36 |
> 37 | await expect( value ).toHaveText( '3' );
| ^
38 | await expect( double ).toHaveText( '6' );
39 | await expect( clicks ).toHaveText( '0' );
40 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/interactivity-data.spec.ts:37:25
|
[chromium] › interactivity/interactivity-data.spec.ts:26:6 › store tag › hydrates when it is well defined:
test/e2e/specs/interactivity/interactivity-data.spec.ts#L37
1) [chromium] › interactivity/interactivity-data.spec.ts:26:6 › store tag › hydrates when it is well defined
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('counter value')
Expected string: "3"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('counter value')
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
35 | const clicks = page.getByTestId( 'counter clicks' );
36 |
> 37 | await expect( value ).toHaveText( '3' );
| ^
38 | await expect( double ).toHaveText( '6' );
39 | await expect( clicks ).toHaveText( '0' );
40 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/interactivity-data.spec.ts:37:25
|
[chromium] › interactivity/interactivity-data.spec.ts:26:6 › store tag › hydrates when it is well defined:
test/e2e/specs/interactivity/interactivity-data.spec.ts#L37
1) [chromium] › interactivity/interactivity-data.spec.ts:26:6 › store tag › hydrates when it is well defined
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('counter value')
Expected string: "3"
Received string: ""
Call log:
- expect.toHaveText with timeout 5000ms
- waiting for getByTestId('counter value')
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
- locator resolved to <span data-testid="counter value" data-wp-bind--children="state.counter.value"></span>
- unexpected value ""
35 | const clicks = page.getByTestId( 'counter clicks' );
36 |
> 37 | await expect( value ).toHaveText( '3' );
| ^
38 | await expect( double ).toHaveText( '6' );
39 | await expect( clicks ).toHaveText( '0' );
40 |
at /home/runner/work/gutenberg/gutenberg/test/e2e/specs/interactivity/interactivity-data.spec.ts:37:25
|
Playwright - 6
Process completed with exit code 1.
|
Merge Artifacts
No artifacts found matching pattern 'flaky-tests-report*'
|
🎭 Playwright Run Summary
1 failed
[chromium] › interactivity/interactivity-data.spec.ts:26:6 › store tag › hydrates when it is well defined
5 skipped
190 passed (6.5m)
|
🎭 Playwright Run Summary
189 passed (8.6m)
|
🎭 Playwright Run Summary
1 skipped
188 passed (8.9m)
|
🎭 Playwright Run Summary
1 skipped
187 passed (9.5m)
|
🎭 Playwright Run Summary
1 skipped
201 passed (9.8m)
|
🎭 Playwright Run Summary
192 passed (10.3m)
|
🎭 Playwright Run Summary
198 passed (10.1m)
|
🎭 Playwright Run Summary
3 skipped
188 passed (10.1m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
failures-artifacts
Expired
|
1.8 MB |
|