fix(website): restore vendor prefixes and resolve hydration mismatch #2813
Annotations
1 error, 1 warning, and 1 notice
Run pnpm exec playwright test --forbid-only --shard=2/4:
e2e\ssr-basic.spec.ts#L73
1) [chromium] › ssr-basic.spec.ts:64:5 › ssr-basic: dev --with-ssr › increase counter ────────────
Error: Timed out 10000ms waiting for expect(locator).toHaveText(expected)
Locator: getByTestId('count')
Expected string: "3"
Received string: "2"
Call log:
- expect.toHaveText with timeout 10000ms
- waiting for getByTestId('count')
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
- locator resolved to <p data-testid="count">2</p>
- unexpected value "2"
71 | await page.getByTestId('increment').click();
72 | await page.getByTestId('increment').click();
> 73 | await expect(page.getByTestId('count')).toHaveText('3');
| ^
74 | });
75 |
76 | test('no js environment should have first screen', async ({ browser }) => {
at D:\a\waku\waku\e2e\ssr-basic.spec.ts:73:47
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3, actions/cache@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run pnpm exec playwright test --forbid-only --shard=2/4
1 flaky
[chromium] › ssr-basic.spec.ts:64:5 › ssr-basic: dev --with-ssr › increase counter ─────────────
65 passed (4.9m)
|
The logs for this run have expired and are no longer available.
Loading