ecosystem-ci #234
Annotations
11 errors
Unhandled error:
workspace/radix-vue/radix-vue/packages/radix-vue/src/DismissableLayer/utils.ts#L20
TypeError: Cannot read properties of null (reading 'querySelector')
❯ isLayerExist src/DismissableLayer/utils.ts:20:34
❯ Document.handleFocus src/DismissableLayer/utils.ts:155:11
This error originated in "src/Dialog/Dialog.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
Unhandled error:
workspace/radix-vue/radix-vue/packages/radix-vue/src/DismissableLayer/utils.ts#L20
TypeError: Cannot read properties of null (reading 'querySelector')
❯ isLayerExist src/DismissableLayer/utils.ts:20:34
❯ Document.handleFocus src/DismissableLayer/utils.ts:155:11
This error originated in "src/Select/Select.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
Unhandled error:
workspace/radix-vue/radix-vue/packages/radix-vue/src/DismissableLayer/utils.ts#L20
TypeError: Cannot read properties of null (reading 'querySelector')
❯ isLayerExist src/DismissableLayer/utils.ts:20:34
❯ Document.handleFocus src/DismissableLayer/utils.ts:155:11
This error originated in "src/Select/Select.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
Unhandled error:
workspace/radix-vue/radix-vue/packages/radix-vue/src/DismissableLayer/utils.ts#L20
TypeError: Cannot read properties of null (reading 'querySelector')
❯ isLayerExist src/DismissableLayer/utils.ts:20:34
❯ Document.handleFocus src/DismissableLayer/utils.ts:155:11
This error originated in "src/Select/Select.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
Unhandled error:
workspace/radix-vue/radix-vue/packages/radix-vue/src/DismissableLayer/utils.ts#L20
TypeError: Cannot read properties of null (reading 'querySelector')
❯ isLayerExist src/DismissableLayer/utils.ts:20:34
❯ Document.handleFocus src/DismissableLayer/utils.ts:155:11
This error originated in "src/Select/Select.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
Unhandled error:
workspace/radix-vue/radix-vue/packages/radix-vue/src/DismissableLayer/utils.ts#L20
TypeError: Cannot read properties of null (reading 'querySelector')
❯ isLayerExist src/DismissableLayer/utils.ts:20:34
❯ Document.handleFocus src/DismissableLayer/utils.ts:155:11
This error originated in "src/Menubar/Menubar.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
Unhandled error:
workspace/radix-vue/radix-vue/packages/radix-vue/src/DismissableLayer/utils.ts#L20
TypeError: Cannot read properties of null (reading 'querySelector')
❯ isLayerExist src/DismissableLayer/utils.ts:20:34
❯ Document.handleFocus src/DismissableLayer/utils.ts:155:11
This error originated in "src/Menubar/Menubar.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
|
src/RadioGroup/RadioGroup.test.ts > given radio in a form > should have hidden input field:
workspace/radix-vue/radix-vue/packages/radix-vue/src/RadioGroup/RadioGroup.test.ts#L71
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ src/RadioGroup/RadioGroup.test.ts:71:53
|
src/RadioGroup/RadioGroup.test.ts > given radio in a form > after clicking submit button > should trigger submit once:
workspace/radix-vue/radix-vue/packages/radix-vue/src/RadioGroup/RadioGroup.test.ts#L82
AssertionError: expected {} to strictly equal { test: 'true' }
- Expected
+ Received
- Object {
- "test": "true",
- }
+ Object {}
❯ src/RadioGroup/RadioGroup.test.ts:82:50
|
src/RadioGroup/RadioGroup.test.ts > given radio in a form > after uncheck and click submit button again > should trigger submit once:
workspace/radix-vue/radix-vue/packages/radix-vue/src/RadioGroup/RadioGroup.test.ts#L94
AssertionError: expected {} to strictly equal { test: 'true' }
- Expected
+ Received
- Object {
- "test": "true",
- }
+ Object {}
❯ src/RadioGroup/RadioGroup.test.ts:94:50
|
test-ecosystem (vant)
Process completed with exit code 1.
|