Bump the test group across 1 directory with 8 updates #6719
Triggered via pull request
September 30, 2024 02:53
Status
Failure
Total duration
1m 29s
Artifacts
–
Annotations
10 errors
Unhandled error:
src/lib/cf/cf.ts#L53
Error: cf: put /v2/spaces/5489e195-c42b-4e61-bf30-323c331ecc01/developers/uaa-user-edit-123456 failed with status 405
❯ request src/lib/cf/cf.ts:53:17
❯ processTicksAndRejections node:internal/process/task_queues:95:5
❯ CloudFoundryClient.setSpaceRole src/lib/cf/cf.ts:564:22
❯ src/components/org-users/controllers.tsx:140:16
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 405 }
This error originated in "src/components/org-users/controllers.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
This error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
- cancel timeouts using clearTimeout and clearInterval
- wait for promises to resolve using the await keyword
|
Unhandled error:
src/lib/cf/cf.ts#L53
Error: cf: put /v2/spaces/5489e195-c42b-4e61-bf30-323c331ecc01/auditors/uaa-user-edit-123456 failed with status 405
❯ request src/lib/cf/cf.ts:53:17
❯ processTicksAndRejections node:internal/process/task_queues:95:5
❯ CloudFoundryClient.setSpaceRole src/lib/cf/cf.ts:564:22
❯ src/components/org-users/controllers.tsx:140:16
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { code: 405 }
This error originated in "src/components/org-users/controllers.test.tsx" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
This error was caught after test environment was torn down. Make sure to cancel any running tasks before test finishes:
- cancel timeouts using clearTimeout and clearInterval
- wait for promises to resolve using the await keyword
|
src/components/org-users/controllers.test.tsx > org-users test suite > should show error message when email is missing:
src/components/org-users/controllers.test.tsx#L244
TypeError: Cannot read properties of undefined (reading 'load')
❯ src/components/org-users/controllers.test.tsx:244:23
|
src/components/org-users/controllers.test.tsx > org-users test suite > should show error when no roles selected:
src/components/org-users/controllers.test.tsx#L412
TypeError: Cannot read properties of undefined (reading 'load')
❯ src/components/org-users/controllers.test.tsx:412:23
|
src/components/org-users/controllers.test.tsx > org-users test suite > should show the user edit page:
src/components/org-users/controllers.test.tsx#L1323
TypeError: Cannot read properties of undefined (reading 'load')
❯ src/components/org-users/controllers.test.tsx:1323:23
|
src/components/org-users/controllers.test.tsx > org-users test suite > should show the user edit page with disabled manager checkboxes due to single manager being set:
src/components/org-users/controllers.test.tsx#L1390
TypeError: Cannot read properties of undefined (reading 'load')
❯ src/components/org-users/controllers.test.tsx:1390:23
|
src/components/org-users/views.test.tsx > PermissionBlock > should display correctly permissions block element:
src/components/org-users/views.test.tsx#L112
AssertionError: expected to have a length of 1 but got +0
- Expected
+ Received
- 1
+ 0
❯ src/components/org-users/views.test.tsx:112:8
|
src/components/org-users/views.test.tsx > PermissionBlock > should display correctly with enabled unchecked manager boxes when not enough managers:
src/components/org-users/views.test.tsx#L222
AssertionError: expected to have a length of 1 but got +0
- Expected
+ Received
- 1
+ 0
❯ src/components/org-users/views.test.tsx:222:8
|
src/components/platform-admin/controllers.test.tsx > viewHomepage > when a platform admin > should show the homepage with useful headings:
src/components/platform-admin/controllers.test.tsx#L69
TypeError: Cannot read properties of undefined (reading 'load')
❯ src/components/platform-admin/controllers.test.tsx:69:19
|
src/components/platform-admin/controllers.test.tsx > viewHomepage > when a platform admin > should show a link to the org report:
src/components/platform-admin/controllers.test.tsx#L69
TypeError: Cannot read properties of undefined (reading 'load')
❯ src/components/platform-admin/controllers.test.tsx:69:19
|