Bump @playwright/test from 1.46.0 to 1.49.1 #9467
Annotations
4 errors and 1 warning
Run tests
Error: Playwright Test did not expect test() to be called here.
Most common reasons include:
- You are calling test() in a configuration file.
- You are calling test() in a file that is imported by the configuration file.
- You have two different versions of @playwright/test. This usually happens
when one of the dependencies in your package.json depends on @playwright/test.
at streamable.e2e.test.ts:3
1 | import { test, expect } from '@playwright/test';
2 |
> 3 | test('createStreamableValue and readStreamableValue', async ({ page }) => {
| ^
4 | await page.goto('/rsc');
5 | await page.click('#test-streamable-value');
6 |
at TestTypeImpl._currentSuite (/home/runner/work/ai/ai/node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/testType.js:72:13)
at TestTypeImpl._createTest (/home/runner/work/ai/ai/node_modules/.pnpm/[email protected]/node_modules/playwright/lib/common/testType.js:78:24)
at /home/runner/work/ai/ai/node_modules/.pnpm/[email protected]/node_modules/playwright/lib/transform/transform.js:288:12
at Object.<anonymous> (/home/runner/work/ai/ai/packages/ai/tests/e2e/spec/streamable.e2e.test.ts:3:5)
|
Run tests
Error: No tests found
|
Run tests
ai#test: command (/home/runner/work/ai/ai/packages/ai) /home/runner/setup-pnpm/node_modules/.bin/pnpm run test exited (1)
|
Run tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading