feat: update next-with-linaria to work with linaria 6 #42
Annotations
3 errors, 1 warning, and 2 notices
Run tests:
tests/example/apps/nextjs/e2e/index.test.ts#L1
1) [chromium] › index.test.ts:7:5 › development: should contain styling for build-in CSS modules, linaria `css` & `styled`
Test timeout of 30000ms exceeded.
|
Run tests:
tests/example/apps/nextjs/e2e/index.test.ts#L37
1) [chromium] › index.test.ts:7:5 › development: should contain styling for build-in CSS modules, linaria `css` & `styled`
Error: page.goto: Page closed
=========================== logs ===========================
navigating to "http://localhost:3200/posts", waiting until "load"
============================================================
35 | );
36 |
> 37 | await page.goto('/posts');
| ^
38 |
39 | await expect(page.locator('data-testid=linaria-post').first()).toHaveCSS(
40 | 'content',
at /Users/runner/work/next-with-linaria/next-with-linaria/tests/example/apps/nextjs/e2e/index.test.ts:37:14
|
Run tests:
tests/example/apps/nextjs/e2e/index.test.ts#L1
1) [chromium] › index.test.ts:7:5 › development: should contain styling for build-in CSS modules, linaria `css` & `styled`
Pending operations:
- page.goto at e2e/index.test.ts:37:14
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/[email protected], actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run tests
1 passed (42.3s)
|
Run tests
1 flaky
[chromium] › index.test.ts:7:5 › development: should contain styling for build-in CSS modules, linaria `css` & `styled`
|
The logs for this run have expired and are no longer available.
Loading