Merge branch 'develop' of https://github.com/kkkkhe/scheduler into de… #238
Annotations
5 errors and 1 warning
|
client/src/features/authentication/auth.spec.ts#L6
Error: Playwright Test did not expect test.beforeEach() to be called here.
Most common reasons include:
- You are calling test.beforeEach() in a configuration file.
- You are calling test.beforeEach() 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:71:13
❯ TestTypeImpl._hook node_modules/playwright/lib/common/testType.js:114:24
❯ Function.beforeEach node_modules/playwright/lib/transform/transform.js:240:12
❯ src/features/authentication/auth.spec.ts:6:6
|
client/src/pages/Inbox/inbox.spec.ts#L3
Error: Playwright Test did not expect test.beforeEach() to be called here.
Most common reasons include:
- You are calling test.beforeEach() in a configuration file.
- You are calling test.beforeEach() 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:71:13
❯ TestTypeImpl._hook node_modules/playwright/lib/common/testType.js:114:24
❯ Function.beforeEach node_modules/playwright/lib/transform/transform.js:240:12
❯ src/pages/Inbox/inbox.spec.ts:3:6
|
client/src/pages/Trash/trash.spec.ts#L3
Error: Playwright Test did not expect test.beforeEach() to be called here.
Most common reasons include:
- You are calling test.beforeEach() in a configuration file.
- You are calling test.beforeEach() 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:71:13
❯ TestTypeImpl._hook node_modules/playwright/lib/common/testType.js:114:24
❯ Function.beforeEach node_modules/playwright/lib/transform/transform.js:240:12
❯ src/pages/Trash/trash.spec.ts:3:6
|
|
|
This job was cancelled
Loading