fix github errors #2942
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
9 errors and 1 warning
|
playwright/tests/loggedInNavigation.spec.js:
playwright/tests/loggedInNavigation.spec.js#L3
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:72:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:104:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:288:12
❯ playwright/tests/loggedInNavigation.spec.js:3:6
|
|
playwright/tests/loggedOutNavigation.spec.js:
playwright/tests/loggedOutNavigation.spec.js#L4
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:72:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:104:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:288:12
❯ playwright/tests/loggedOutNavigation.spec.js:4:6
|
|
playwright/tests/login.spec.js:
playwright/tests/login.spec.js#L3
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:72:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:104:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:288:12
❯ playwright/tests/login.spec.js:3:6
|
|
build (20)
Process completed with exit code 1.
|
|
build (18)
The job was canceled because "_20" failed.
|
|
playwright/tests/loggedInNavigation.spec.js:
playwright/tests/loggedInNavigation.spec.js#L3
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:72:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:104:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:288:12
❯ playwright/tests/loggedInNavigation.spec.js:3:6
|
|
playwright/tests/loggedOutNavigation.spec.js:
playwright/tests/loggedOutNavigation.spec.js#L4
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:72:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:104:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:288:12
❯ playwright/tests/loggedOutNavigation.spec.js:4:6
|
|
playwright/tests/login.spec.js:
playwright/tests/login.spec.js#L3
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:72:13
❯ TestTypeImpl._describe node_modules/playwright/lib/common/testType.js:104:24
❯ Function.describe node_modules/playwright/lib/transform/transform.js:288:12
❯ playwright/tests/login.spec.js:3:6
|
|
build (18)
Process completed with exit code 1.
|
|
build (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|