fix: Jan popup not dismissable #21
Annotations
5 errors
|
build-and-test
Process completed with exit code 1.
|
|
mcp/search-server/tests/mcp-client.test.ts > MCP Server Integration Tests:
mcp/search-server/tests/mcp-client.test.ts#L82
Error: Request timeout: initialize
❯ Timeout._onTimeout mcp/search-server/tests/mcp-client.test.ts:82:16
|
|
e2e/smoke.spec.ts:
e2e/smoke.spec.ts#L3
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.
❯ TestTypeImpl._currentSuite node_modules/playwright/lib/common/testType.js:74:13
❯ TestTypeImpl._createTest node_modules/playwright/lib/common/testType.js:87:24
❯ Module.<anonymous> node_modules/playwright/lib/transform/transform.js:275:12
❯ e2e/smoke.spec.ts:3:1
|
|
e2e/inline-assistant.spec.ts:
e2e/inline-assistant.spec.ts#L204
Error: Playwright Test did not expect test.describe() to be called here.
Most common reasons include:
- You are calling test.describe() in a configuration file.
- You are calling test.describe() 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.
❯ TestTypeImpl._currentSuite node_modules/playwright/lib/common/testType.js:74:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:114:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:275:12
❯ e2e/inline-assistant.spec.ts:204:6
|
|
e2e/extension.spec.ts:
e2e/extension.spec.ts#L24
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.
❯ TestTypeImpl._currentSuite node_modules/playwright/lib/common/testType.js:74:13
❯ TestTypeImpl._createTest node_modules/playwright/lib/common/testType.js:87:24
❯ Module.<anonymous> node_modules/playwright/lib/transform/transform.js:275:12
❯ e2e/extension.spec.ts:24:1
|