Skip to content

Added test in CI

Added test in CI #90

Triggered via pull request December 1, 2024 03:36
Status Failure
Total duration 1m 6s
Artifacts

node.js.yml

on: pull_request
Matrix: build
Fit to window
Zoom out
Zoom in

Annotations

23 errors
tests/github.test.tsx > SSHKey Component > should call onSSHKeySubmit with the correct value: tests/github.test.tsx#L252
AssertionError: expected "spy" to be called once, but got 0 times ❯ tests/github.test.tsx:252:26
tests/github.test.tsx > SSHKey Component > should call onError with 'Please enter a valid SSH URL' for empty value: tests/github.test.tsx#L279
AssertionError: expected "spy" to be called once, but got 0 times ❯ tests/github.test.tsx:279:19
tests/github.test.tsx > SSHKey Component > should call onError with 'Please enter a valid SSH URL' for invalid value: tests/github.test.tsx#L301
AssertionError: expected "spy" to be called once, but got 0 times ❯ tests/github.test.tsx:301:19
tests/github.test.tsx > GiHub Complete Flow > should complete the flow: tests/github.test.tsx#L365
AssertionError: expected '\n' to match /SSH Key Generated./ - Expected: /SSH Key Generated./ + Received: " " ❯ tests/github.test.tsx:365:35
tests/e2e/check.test.ts > pdp check command e2e > backwards compatibility > should work with basic required parameters: tests/e2e/check.test.ts#L16
AssertionError: expected '\n ERROR Objects are not valid as a …' to contain 'user="testUser"' - Expected + Received - user="testUser" + + ERROR Objects are not valid as a React child (found: [object Error]). If you + meant to render a collection of children, use an array instead. + + node_modules/react-reconciler/cjs/react-reconciler.development.js:4279:9 + + 4276: + 4277: function throwOnInvalidObjectType(returnFiber, newChild) { + 4278: var childString = Object.prototype.toString.call(newChild); + 4279 throw new Error("Objects are not valid as a React child (found: " + + : (childString === '[object Object]' ? 'object with keys {' + + Object.keys(newChild).join(', ') + '}' : childString) + "). " + 'If you + meant to render a collection of children, use an array ' + 'instead.'); + 4280: } + 4281: + 4282: function warnOnFunctionType(returnFiber) { + + -throwOnInvalidObjec (node_modules/react-reconciler/cjs/react-reconciler.devel + Type opment.js:4279:9) + -createChil (node_modules/react-reconciler/cjs/react-reconciler.development.js + :4531:7) + -reconcileChildren (node_modules/react-reconciler/cjs/react-reconciler.develop + rray ment.js:4796:25) + -reconcileChildFi (node_modules/react-reconciler/cjs/react-reconciler.developm + ers ent.js:5213:16) + -reconcileChild (node_modules/react-reconciler/cjs/react-reconciler.developmen + en t.js:10359:28) + -updateHostCompo (node_modules/react-reconciler/cjs/react-reconciler.developme + ent nt.js:11126:3) + -beginWor (node_modules/react-reconciler/cjs/react-reconciler.development.js:1 + 2830:14) + -beginWork$ (node_modules/react-reconciler/cjs/react-reconciler.development.js + :19608:14) + -performUnitOfW (node_modules/react-reconciler/cjs/react-reconciler.developmen + rk t.js:18742:12) + -workLoopSyn (node_modules/react-reconciler/cjs/react-reconciler.development.j + s:18648:5) + + ❯ tests/e2e/check.test.ts:16:28
tests/e2e/check.test.ts > pdp check command e2e > backwards compatibility > should work with optional tenant parameter: tests/e2e/check.test.ts#L25
AssertionError: expected '\n ERROR Objects are not valid as a …' to contain 'DENIED' - Expected + Received - DENIED + + ERROR Objects are not valid as a React child (found: [object Error]). If you + meant to render a collection of children, use an array instead. + + node_modules/react-reconciler/cjs/react-reconciler.development.js:4279:9 + + 4276: + 4277: function throwOnInvalidObjectType(returnFiber, newChild) { + 4278: var childString = Object.prototype.toString.call(newChild); + 4279 throw new Error("Objects are not valid as a React child (found: " + + : (childString === '[object Object]' ? 'object with keys {' + + Object.keys(newChild).join(', ') + '}' : childString) + "). " + 'If you + meant to render a collection of children, use an array ' + 'instead.'); + 4280: } + 4281: + 4282: function warnOnFunctionType(returnFiber) { + + -throwOnInvalidObjec (node_modules/react-reconciler/cjs/react-reconciler.devel + Type opment.js:4279:9) + -createChil (node_modules/react-reconciler/cjs/react-reconciler.development.js + :4531:7) + -reconcileChildren (node_modules/react-reconciler/cjs/react-reconciler.develop + rray ment.js:4796:25) + -reconcileChildFi (node_modules/react-reconciler/cjs/react-reconciler.developm + ers ent.js:5213:16) + -reconcileChild (node_modules/react-reconciler/cjs/react-reconciler.developmen + en t.js:10359:28) + -updateHostCompo (node_modules/react-reconciler/cjs/react-reconciler.developme + ent nt.js:11126:3) + -beginWor (node_modules/react-reconciler/cjs/react-reconciler.development.js:1 + 2830:14) + -beginWork$ (node_modules/react-reconciler/cjs/react-reconciler.development.js + :19608:14) + -performUnitOfW (node_modules/react-reconciler/cjs/react-reconciler.developmen + rk t.js:18742:12) + -workLoopSyn (node_modules/react-reconciler/cjs/react-reconciler.development.j + s:18648:5) + + ❯ tests/e2e/check.test.ts:25:28
tests/e2e/check.test.ts > pdp check command e2e > backwards compatibility > should work with resource type:key format: tests/e2e/check.test.ts#L32
AssertionError: expected '\n ERROR Objects are not valid as a …' to contain 'resource=document:doc123' - Expected + Received - resource=document:doc123 + + ERROR Objects are not valid as a React child (found: [object Error]). If you + meant to render a collection of children, use an array instead. + + node_modules/react-reconciler/cjs/react-reconciler.development.js:4279:9 + + 4276: + 4277: function throwOnInvalidObjectType(returnFiber, newChild) { + 4278: var childString = Object.prototype.toString.call(newChild); + 4279 throw new Error("Objects are not valid as a React child (found: " + + : (childString === '[object Object]' ? 'object with keys {' + + Object.keys(newChild).join(', ') + '}' : childString) + "). " + 'If you + meant to render a collection of children, use an array ' + 'instead.'); + 4280: } + 4281: + 4282: function warnOnFunctionType(returnFiber) { + + -throwOnInvalidObjec (node_modules/react-reconciler/cjs/react-reconciler.devel + Type opment.js:4279:9) + -createChil (node_modules/react-reconciler/cjs/react-reconciler.development.js + :4531:7) + -reconcileChildren (node_modules/react-reconciler/cjs/react-reconciler.develop + rray ment.js:4796:25) + -reconcileChildFi (node_modules/react-reconciler/cjs/react-reconciler.developm + ers ent.js:5213:16) + -reconcileChild (node_modules/react-reconciler/cjs/react-reconciler.developmen + en t.js:10359:28) + -updateHostCompo (node_modules/react-reconciler/cjs/react-reconciler.developme + ent nt.js:11126:3) + -beginWor (node_modules/react-reconciler/cjs/react-reconciler.development.js:1 + 2830:14) + -beginWork$ (node_modules/react-reconciler/cjs/react-reconciler.development.js + :19608:14) + -performUnitOfW (node_modules/react-reconciler/cjs/react-reconciler.developmen + rk t.js:18742:12) + -workLoopSyn (node_modules/react-reconciler/cjs/react-reconciler.development.j + s:18648:5) + + ❯ tests/e2e/check.test.ts:32:28
tests/e2e/check.test.ts > pdp check command e2e > user attributes > should handle single user attribute: tests/e2e/check.test.ts#L42
AssertionError: expected '\n ERROR Objects are not valid as a …' to contain 'DENIED' - Expected + Received - DENIED + + ERROR Objects are not valid as a React child (found: [object Error]). If you + meant to render a collection of children, use an array instead. + + node_modules/react-reconciler/cjs/react-reconciler.development.js:4279:9 + + 4276: + 4277: function throwOnInvalidObjectType(returnFiber, newChild) { + 4278: var childString = Object.prototype.toString.call(newChild); + 4279 throw new Error("Objects are not valid as a React child (found: " + + : (childString === '[object Object]' ? 'object with keys {' + + Object.keys(newChild).join(', ') + '}' : childString) + "). " + 'If you + meant to render a collection of children, use an array ' + 'instead.'); + 4280: } + 4281: + 4282: function warnOnFunctionType(returnFiber) { + + -throwOnInvalidObjec (node_modules/react-reconciler/cjs/react-reconciler.devel + Type opment.js:4279:9) + -createChil (node_modules/react-reconciler/cjs/react-reconciler.development.js + :4531:7) + -reconcileChildren (node_modules/react-reconciler/cjs/react-reconciler.develop + rray ment.js:4796:25) + -reconcileChildFi (node_modules/react-reconciler/cjs/react-reconciler.developm + ers ent.js:5213:16) + -reconcileChild (node_modules/react-reconciler/cjs/react-reconciler.developmen + en t.js:10359:28) + -updateHostCompo (node_modules/react-reconciler/cjs/react-reconciler.developme + ent nt.js:11126:3) + -beginWor (node_modules/react-reconciler/cjs/react-reconciler.development.js:1 + 2830:14) + -beginWork$ (node_modules/react-reconciler/cjs/react-reconciler.development.js + :19608:14) + -performUnitOfW (node_modules/react-reconciler/cjs/react-reconciler.developmen + rk t.js:18742:12) + -workLoopSyn (node_modules/react-reconciler/cjs/react-reconciler.development.j + s:18648:5) + + ❯ tests/e2e/check.test.ts:42:28
tests/e2e/check.test.ts > pdp check command e2e > user attributes > should handle multiple user attributes: tests/e2e/check.test.ts#L49
AssertionError: expected '\n ERROR Objects are not valid as a …' to contain 'DENIED' - Expected + Received - DENIED + + ERROR Objects are not valid as a React child (found: [object Error]). If you + meant to render a collection of children, use an array instead. + + node_modules/react-reconciler/cjs/react-reconciler.development.js:4279:9 + + 4276: + 4277: function throwOnInvalidObjectType(returnFiber, newChild) { + 4278: var childString = Object.prototype.toString.call(newChild); + 4279 throw new Error("Objects are not valid as a React child (found: " + + : (childString === '[object Object]' ? 'object with keys {' + + Object.keys(newChild).join(', ') + '}' : childString) + "). " + 'If you + meant to render a collection of children, use an array ' + 'instead.'); + 4280: } + 4281: + 4282: function warnOnFunctionType(returnFiber) { + + -throwOnInvalidObjec (node_modules/react-reconciler/cjs/react-reconciler.devel + Type opment.js:4279:9) + -createChil (node_modules/react-reconciler/cjs/react-reconciler.development.js + :4531:7) + -reconcileChildren (node_modules/react-reconciler/cjs/react-reconciler.develop + rray ment.js:4796:25) + -reconcileChildFi (node_modules/react-reconciler/cjs/react-reconciler.developm + ers ent.js:5213:16) + -reconcileChild (node_modules/react-reconciler/cjs/react-reconciler.developmen + en t.js:10359:28) + -updateHostCompo (node_modules/react-reconciler/cjs/react-reconciler.developme + ent nt.js:11126:3) + -beginWor (node_modules/react-reconciler/cjs/react-reconciler.development.js:1 + 2830:14) + -beginWork$ (node_modules/react-reconciler/cjs/react-reconciler.development.js + :19608:14) + -performUnitOfW (node_modules/react-reconciler/cjs/react-reconciler.developmen + rk t.js:18742:12) + -workLoopSyn (node_modules/react-reconciler/cjs/react-reconciler.development.j + s:18648:5) + + ❯ tests/e2e/check.test.ts:49:28
tests/e2e/check.test.ts > pdp check command e2e > user attributes > should handle user attributes with different types: tests/e2e/check.test.ts#L56
AssertionError: expected '\n ERROR Objects are not valid as a …' to contain 'DENIED' - Expected + Received - DENIED + + ERROR Objects are not valid as a React child (found: [object Error]). If you + meant to render a collection of children, use an array instead. + + node_modules/react-reconciler/cjs/react-reconciler.development.js:4279:9 + + 4276: + 4277: function throwOnInvalidObjectType(returnFiber, newChild) { + 4278: var childString = Object.prototype.toString.call(newChild); + 4279 throw new Error("Objects are not valid as a React child (found: " + + : (childString === '[object Object]' ? 'object with keys {' + + Object.keys(newChild).join(', ') + '}' : childString) + "). " + 'If you + meant to render a collection of children, use an array ' + 'instead.'); + 4280: } + 4281: + 4282: function warnOnFunctionType(returnFiber) { + + -throwOnInvalidObjec (node_modules/react-reconciler/cjs/react-reconciler.devel + Type opment.js:4279:9) + -createChil (node_modules/react-reconciler/cjs/react-reconciler.development.js + :4531:7) + -reconcileChildren (node_modules/react-reconciler/cjs/react-reconciler.develop + rray ment.js:4796:25) + -reconcileChildFi (node_modules/react-reconciler/cjs/react-reconciler.developm + ers ent.js:5213:16) + -reconcileChild (node_modules/react-reconciler/cjs/react-reconciler.developmen + en t.js:10359:28) + -updateHostCompo (node_modules/react-reconciler/cjs/react-reconciler.developme + ent nt.js:11126:3) + -beginWor (node_modules/react-reconciler/cjs/react-reconciler.development.js:1 + 2830:14) + -beginWork$ (node_modules/react-reconciler/cjs/react-reconciler.development.js + :19608:14) + -performUnitOfW (node_modules/react-reconciler/cjs/react-reconciler.developmen + rk t.js:18742:12) + -workLoopSyn (node_modules/react-reconciler/cjs/react-reconciler.development.j + s:18648:5) + + ❯ tests/e2e/check.test.ts:56:28
build (18.x)
The job was canceled because "_20_x" failed.
tests/github.test.tsx > SSHKey Component > should call onSSHKeySubmit with the correct value: tests/github.test.tsx#L252
AssertionError: expected "spy" to be called once, but got 0 times ❯ tests/github.test.tsx:252:26
tests/github.test.tsx > SSHKey Component > should call onError with 'Please enter a valid SSH URL' for empty value: tests/github.test.tsx#L279
AssertionError: expected "spy" to be called once, but got 0 times ❯ tests/github.test.tsx:279:19
tests/github.test.tsx > SSHKey Component > should call onError with 'Please enter a valid SSH URL' for invalid value: tests/github.test.tsx#L301
AssertionError: expected "spy" to be called once, but got 0 times ❯ tests/github.test.tsx:301:19
tests/github.test.tsx > GiHub Complete Flow > should complete the flow: tests/github.test.tsx#L365
AssertionError: expected '\n' to match /SSH Key Generated./ - Expected: /SSH Key Generated./ + Received: " " ❯ tests/github.test.tsx:365:35
tests/e2e/check.test.ts > pdp check command e2e > backwards compatibility > should work with basic required parameters: tests/e2e/check.test.ts#L16
AssertionError: expected '\n ERROR Objects are not valid as a …' to contain 'user="testUser"' - Expected + Received - user="testUser" + + ERROR Objects are not valid as a React child (found: [object Error]). If you + meant to render a collection of children, use an array instead. + + node_modules/react-reconciler/cjs/react-reconciler.development.js:4279:9 + + 4276: + 4277: function throwOnInvalidObjectType(returnFiber, newChild) { + 4278: var childString = Object.prototype.toString.call(newChild); + 4279 throw new Error("Objects are not valid as a React child (found: " + + : (childString === '[object Object]' ? 'object with keys {' + + Object.keys(newChild).join(', ') + '}' : childString) + "). " + 'If you + meant to render a collection of children, use an array ' + 'instead.'); + 4280: } + 4281: + 4282: function warnOnFunctionType(returnFiber) { + + -throwOnInvalidObjec (node_modules/react-reconciler/cjs/react-reconciler.devel + Type opment.js:4279:9) + -createChil (node_modules/react-reconciler/cjs/react-reconciler.development.js + :4531:7) + -reconcileChildren (node_modules/react-reconciler/cjs/react-reconciler.develop + rray ment.js:4796:25) + -reconcileChildFi (node_modules/react-reconciler/cjs/react-reconciler.developm + ers ent.js:5213:16) + -reconcileChild (node_modules/react-reconciler/cjs/react-reconciler.developmen + en t.js:10359:28) + -updateHostCompo (node_modules/react-reconciler/cjs/react-reconciler.developme + ent nt.js:11126:3) + -beginWor (node_modules/react-reconciler/cjs/react-reconciler.development.js:1 + 2830:14) + -beginWork$ (node_modules/react-reconciler/cjs/react-reconciler.development.js + :19608:14) + -performUnitOfW (node_modules/react-reconciler/cjs/react-reconciler.developmen + rk t.js:18742:12) + -workLoopSyn (node_modules/react-reconciler/cjs/react-reconciler.development.j + s:18648:5) + + ❯ tests/e2e/check.test.ts:16:28
tests/e2e/check.test.ts > pdp check command e2e > backwards compatibility > should work with optional tenant parameter: tests/e2e/check.test.ts#L25
AssertionError: expected '\n ERROR Objects are not valid as a …' to contain 'DENIED' - Expected + Received - DENIED + + ERROR Objects are not valid as a React child (found: [object Error]). If you + meant to render a collection of children, use an array instead. + + node_modules/react-reconciler/cjs/react-reconciler.development.js:4279:9 + + 4276: + 4277: function throwOnInvalidObjectType(returnFiber, newChild) { + 4278: var childString = Object.prototype.toString.call(newChild); + 4279 throw new Error("Objects are not valid as a React child (found: " + + : (childString === '[object Object]' ? 'object with keys {' + + Object.keys(newChild).join(', ') + '}' : childString) + "). " + 'If you + meant to render a collection of children, use an array ' + 'instead.'); + 4280: } + 4281: + 4282: function warnOnFunctionType(returnFiber) { + + -throwOnInvalidObjec (node_modules/react-reconciler/cjs/react-reconciler.devel + Type opment.js:4279:9) + -createChil (node_modules/react-reconciler/cjs/react-reconciler.development.js + :4531:7) + -reconcileChildren (node_modules/react-reconciler/cjs/react-reconciler.develop + rray ment.js:4796:25) + -reconcileChildFi (node_modules/react-reconciler/cjs/react-reconciler.developm + ers ent.js:5213:16) + -reconcileChild (node_modules/react-reconciler/cjs/react-reconciler.developmen + en t.js:10359:28) + -updateHostCompo (node_modules/react-reconciler/cjs/react-reconciler.developme + ent nt.js:11126:3) + -beginWor (node_modules/react-reconciler/cjs/react-reconciler.development.js:1 + 2830:14) + -beginWork$ (node_modules/react-reconciler/cjs/react-reconciler.development.js + :19608:14) + -performUnitOfW (node_modules/react-reconciler/cjs/react-reconciler.developmen + rk t.js:18742:12) + -workLoopSyn (node_modules/react-reconciler/cjs/react-reconciler.development.j + s:18648:5) + + ❯ tests/e2e/check.test.ts:25:28
tests/e2e/check.test.ts > pdp check command e2e > backwards compatibility > should work with resource type:key format: tests/e2e/check.test.ts#L32
AssertionError: expected '\n ERROR Objects are not valid as a …' to contain 'resource=document:doc123' - Expected + Received - resource=document:doc123 + + ERROR Objects are not valid as a React child (found: [object Error]). If you + meant to render a collection of children, use an array instead. + + node_modules/react-reconciler/cjs/react-reconciler.development.js:4279:9 + + 4276: + 4277: function throwOnInvalidObjectType(returnFiber, newChild) { + 4278: var childString = Object.prototype.toString.call(newChild); + 4279 throw new Error("Objects are not valid as a React child (found: " + + : (childString === '[object Object]' ? 'object with keys {' + + Object.keys(newChild).join(', ') + '}' : childString) + "). " + 'If you + meant to render a collection of children, use an array ' + 'instead.'); + 4280: } + 4281: + 4282: function warnOnFunctionType(returnFiber) { + + -throwOnInvalidObjec (node_modules/react-reconciler/cjs/react-reconciler.devel + Type opment.js:4279:9) + -createChil (node_modules/react-reconciler/cjs/react-reconciler.development.js + :4531:7) + -reconcileChildren (node_modules/react-reconciler/cjs/react-reconciler.develop + rray ment.js:4796:25) + -reconcileChildFi (node_modules/react-reconciler/cjs/react-reconciler.developm + ers ent.js:5213:16) + -reconcileChild (node_modules/react-reconciler/cjs/react-reconciler.developmen + en t.js:10359:28) + -updateHostCompo (node_modules/react-reconciler/cjs/react-reconciler.developme + ent nt.js:11126:3) + -beginWor (node_modules/react-reconciler/cjs/react-reconciler.development.js:1 + 2830:14) + -beginWork$ (node_modules/react-reconciler/cjs/react-reconciler.development.js + :19608:14) + -performUnitOfW (node_modules/react-reconciler/cjs/react-reconciler.developmen + rk t.js:18742:12) + -workLoopSyn (node_modules/react-reconciler/cjs/react-reconciler.development.j + s:18648:5) + + ❯ tests/e2e/check.test.ts:32:28
tests/e2e/check.test.ts > pdp check command e2e > user attributes > should handle single user attribute: tests/e2e/check.test.ts#L42
AssertionError: expected '\n ERROR Objects are not valid as a …' to contain 'DENIED' - Expected + Received - DENIED + + ERROR Objects are not valid as a React child (found: [object Error]). If you + meant to render a collection of children, use an array instead. + + node_modules/react-reconciler/cjs/react-reconciler.development.js:4279:9 + + 4276: + 4277: function throwOnInvalidObjectType(returnFiber, newChild) { + 4278: var childString = Object.prototype.toString.call(newChild); + 4279 throw new Error("Objects are not valid as a React child (found: " + + : (childString === '[object Object]' ? 'object with keys {' + + Object.keys(newChild).join(', ') + '}' : childString) + "). " + 'If you + meant to render a collection of children, use an array ' + 'instead.'); + 4280: } + 4281: + 4282: function warnOnFunctionType(returnFiber) { + + -throwOnInvalidObjec (node_modules/react-reconciler/cjs/react-reconciler.devel + Type opment.js:4279:9) + -createChil (node_modules/react-reconciler/cjs/react-reconciler.development.js + :4531:7) + -reconcileChildren (node_modules/react-reconciler/cjs/react-reconciler.develop + rray ment.js:4796:25) + -reconcileChildFi (node_modules/react-reconciler/cjs/react-reconciler.developm + ers ent.js:5213:16) + -reconcileChild (node_modules/react-reconciler/cjs/react-reconciler.developmen + en t.js:10359:28) + -updateHostCompo (node_modules/react-reconciler/cjs/react-reconciler.developme + ent nt.js:11126:3) + -beginWor (node_modules/react-reconciler/cjs/react-reconciler.development.js:1 + 2830:14) + -beginWork$ (node_modules/react-reconciler/cjs/react-reconciler.development.js + :19608:14) + -performUnitOfW (node_modules/react-reconciler/cjs/react-reconciler.developmen + rk t.js:18742:12) + -workLoopSyn (node_modules/react-reconciler/cjs/react-reconciler.development.j + s:18648:5) + + ❯ tests/e2e/check.test.ts:42:28
tests/e2e/check.test.ts > pdp check command e2e > user attributes > should handle multiple user attributes: tests/e2e/check.test.ts#L49
AssertionError: expected '\n ERROR Objects are not valid as a …' to contain 'DENIED' - Expected + Received - DENIED + + ERROR Objects are not valid as a React child (found: [object Error]). If you + meant to render a collection of children, use an array instead. + + node_modules/react-reconciler/cjs/react-reconciler.development.js:4279:9 + + 4276: + 4277: function throwOnInvalidObjectType(returnFiber, newChild) { + 4278: var childString = Object.prototype.toString.call(newChild); + 4279 throw new Error("Objects are not valid as a React child (found: " + + : (childString === '[object Object]' ? 'object with keys {' + + Object.keys(newChild).join(', ') + '}' : childString) + "). " + 'If you + meant to render a collection of children, use an array ' + 'instead.'); + 4280: } + 4281: + 4282: function warnOnFunctionType(returnFiber) { + + -throwOnInvalidObjec (node_modules/react-reconciler/cjs/react-reconciler.devel + Type opment.js:4279:9) + -createChil (node_modules/react-reconciler/cjs/react-reconciler.development.js + :4531:7) + -reconcileChildren (node_modules/react-reconciler/cjs/react-reconciler.develop + rray ment.js:4796:25) + -reconcileChildFi (node_modules/react-reconciler/cjs/react-reconciler.developm + ers ent.js:5213:16) + -reconcileChild (node_modules/react-reconciler/cjs/react-reconciler.developmen + en t.js:10359:28) + -updateHostCompo (node_modules/react-reconciler/cjs/react-reconciler.developme + ent nt.js:11126:3) + -beginWor (node_modules/react-reconciler/cjs/react-reconciler.development.js:1 + 2830:14) + -beginWork$ (node_modules/react-reconciler/cjs/react-reconciler.development.js + :19608:14) + -performUnitOfW (node_modules/react-reconciler/cjs/react-reconciler.developmen + rk t.js:18742:12) + -workLoopSyn (node_modules/react-reconciler/cjs/react-reconciler.development.j + s:18648:5) + + ❯ tests/e2e/check.test.ts:49:28
tests/e2e/check.test.ts > pdp check command e2e > user attributes > should handle user attributes with different types: tests/e2e/check.test.ts#L56
AssertionError: expected '\n ERROR Objects are not valid as a …' to contain 'DENIED' - Expected + Received - DENIED + + ERROR Objects are not valid as a React child (found: [object Error]). If you + meant to render a collection of children, use an array instead. + + node_modules/react-reconciler/cjs/react-reconciler.development.js:4279:9 + + 4276: + 4277: function throwOnInvalidObjectType(returnFiber, newChild) { + 4278: var childString = Object.prototype.toString.call(newChild); + 4279 throw new Error("Objects are not valid as a React child (found: " + + : (childString === '[object Object]' ? 'object with keys {' + + Object.keys(newChild).join(', ') + '}' : childString) + "). " + 'If you + meant to render a collection of children, use an array ' + 'instead.'); + 4280: } + 4281: + 4282: function warnOnFunctionType(returnFiber) { + + -throwOnInvalidObjec (node_modules/react-reconciler/cjs/react-reconciler.devel + Type opment.js:4279:9) + -createChil (node_modules/react-reconciler/cjs/react-reconciler.development.js + :4531:7) + -reconcileChildren (node_modules/react-reconciler/cjs/react-reconciler.develop + rray ment.js:4796:25) + -reconcileChildFi (node_modules/react-reconciler/cjs/react-reconciler.developm + ers ent.js:5213:16) + -reconcileChild (node_modules/react-reconciler/cjs/react-reconciler.developmen + en t.js:10359:28) + -updateHostCompo (node_modules/react-reconciler/cjs/react-reconciler.developme + ent nt.js:11126:3) + -beginWor (node_modules/react-reconciler/cjs/react-reconciler.development.js:1 + 2830:14) + -beginWork$ (node_modules/react-reconciler/cjs/react-reconciler.development.js + :19608:14) + -performUnitOfW (node_modules/react-reconciler/cjs/react-reconciler.developmen + rk t.js:18742:12) + -workLoopSyn (node_modules/react-reconciler/cjs/react-reconciler.development.j + s:18648:5) + + ❯ tests/e2e/check.test.ts:56:28
build (22.x)
The job was canceled because "_20_x" failed.
build (22.x)
The operation was canceled.