fix: Dropdown issue that py value is not applied when the value is 0 #3047
Annotations
10 errors and 4 warnings
packages/vibrant-components/src/lib/NumericField/NumericField.spec.tsx#L59
expect(received).toMatchSnapshot()
Snapshot name: `<NumericField /> when NumericField rendered match snapshot 1`
- Snapshot - 1
+ Received + 1
@@ -40,11 +40,11 @@
padding: 0;
padding-left: 38px;
padding-right: 38px;
height: 100%;
text-align: center;
- border-color: #00000026;
+ border-color: #0000001a;
border-style: solid;
border-radius: 4px;
-moz-appearance: textfield;
}
↵
at Object.<anonymous> (src/lib/NumericField/NumericField.spec.tsx:59:34)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
packages/vibrant-components/src/lib/Drawer/Drawer.spec.tsx#L55
expect(received).toMatchSnapshot()
Snapshot name: `<Drawer /> when Drawer is rendering each placement match snapshot 1`
- Snapshot - 1
+ Received + 1
@@ -147,11 +147,11 @@
flex-grow: 0;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto;
border-width: 0;
- border-color: #00000026;
+ border-color: #0000001a;
border-style: solid;
width: 0;
border-right-width: 1px;
height: 100%;
margin-left: 0;
at Object.<anonymous> (src/lib/Drawer/Drawer.spec.tsx:55:48)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
packages/vibrant-components/src/lib/Drawer/Drawer.spec.tsx#L57
expect(received).toMatchSnapshot()
Snapshot name: `<Drawer /> when Drawer is rendering each placement match snapshot 2`
- Snapshot - 1
+ Received + 1
@@ -147,11 +147,11 @@
flex-grow: 0;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto;
border-width: 0;
- border-color: #00000026;
+ border-color: #0000001a;
border-style: solid;
width: 0;
border-right-width: 1px;
height: 100%;
margin-left: 0;
at Object.<anonymous> (src/lib/Drawer/Drawer.spec.tsx:57:47)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
packages/vibrant-components/src/lib/Drawer/Drawer.spec.tsx#L59
expect(received).toMatchSnapshot()
Snapshot name: `<Drawer /> when Drawer is rendering each placement match snapshot 3`
- Snapshot - 1
+ Received + 1
@@ -143,11 +143,11 @@
flex-grow: 0;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto;
border-width: 0;
- border-color: #00000026;
+ border-color: #0000001a;
border-style: solid;
width: 100%;
height: 0;
border-top-width: 1px;
margin-top: 0;
at Object.<anonymous> (src/lib/Drawer/Drawer.spec.tsx:59:46)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
packages/vibrant-components/src/lib/Drawer/Drawer.spec.tsx#L61
expect(received).toMatchSnapshot()
Snapshot name: `<Drawer /> when Drawer is rendering each placement match snapshot 4`
- Snapshot - 1
+ Received + 1
@@ -143,11 +143,11 @@
flex-grow: 0;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto;
border-width: 0;
- border-color: #00000026;
+ border-color: #0000001a;
border-style: solid;
width: 100%;
height: 0;
border-top-width: 1px;
margin-top: 0;
at Object.<anonymous> (src/lib/Drawer/Drawer.spec.tsx:61:49)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
packages/vibrant-components/src/lib/SelectField/SelectField.spec.tsx#L34
expect(received).toMatchSnapshot()
Snapshot name: `<SelectField /> when size is lg match snapshot 1`
- Snapshot - 1
+ Received + 1
@@ -65,11 +65,11 @@
height: 50px;
padding-left: 15px;
padding-right: 15px;
border-width: 1px;
border-style: solid;
- border-color: #00000026;
+ border-color: #0000001a;
border-radius: 4px;
background-color: #ffffff;
}
.emotion-3 {
at Object.<anonymous> (src/lib/SelectField/SelectField.spec.tsx:34:34)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
packages/vibrant-components/src/lib/SelectField/SelectField.spec.tsx#L59
expect(received).toMatchSnapshot()
Snapshot name: `<SelectField /> when size is md match snapshot 1`
- Snapshot - 1
+ Received + 1
@@ -65,11 +65,11 @@
height: 38px;
padding-left: 9px;
padding-right: 9px;
border-width: 1px;
border-style: solid;
- border-color: #00000026;
+ border-color: #0000001a;
border-radius: 4px;
background-color: #ffffff;
}
.emotion-3 {
at Object.<anonymous> (src/lib/SelectField/SelectField.spec.tsx:59:34)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
packages/vibrant-components/src/lib/SelectField/SelectField.spec.tsx#L84
expect(received).toMatchSnapshot()
Snapshot name: `<SelectField /> when size is sm match snapshot 1`
- Snapshot - 1
+ Received + 1
@@ -65,11 +65,11 @@
height: 30px;
padding-left: 7px;
padding-right: 7px;
border-width: 1px;
border-style: solid;
- border-color: #00000026;
+ border-color: #0000001a;
border-radius: 4px;
background-color: #ffffff;
}
.emotion-3 {
at Object.<anonymous> (src/lib/SelectField/SelectField.spec.tsx:84:34)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
packages/vibrant-components/src/lib/TabGroup/TabGroup.spec.tsx#L66
expect(received).toMatchSnapshot()
Snapshot name: `<TabGroup /> when TabGroup rendered match snapshot 1`
- Snapshot - 1
+ Received + 1
@@ -316,11 +316,11 @@
flex-grow: 0;
-webkit-flex-basis: auto;
-ms-flex-preferred-size: auto;
flex-basis: auto;
border-width: 0;
- border-color: #00000026;
+ border-color: #0000001a;
border-style: solid;
width: 100%;
height: 0;
border-top-width: 1px;
margin-top: 0;
at Object.<anonymous> (src/lib/TabGroup/TabGroup.spec.tsx:66:34)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
packages/vibrant-components/src/lib/TableSearch/TableSearchOption/TableSearchOption.spec.tsx#L31
expect(received).toMatchSnapshot()
Snapshot name: `<TableSearchOption /> when width is default match snapshot 1`
- Snapshot - 1
+ Received + 1
@@ -84,11 +84,11 @@
height: 38px;
padding-left: 9px;
padding-right: 9px;
border-width: 1px;
border-style: solid;
- border-color: #00000026;
+ border-color: #0000001a;
border-radius: 4px;
background-color: #ffffff;
}
.emotion-4 {
at Object.<anonymous> (src/lib/TableSearch/TableSearchOption/TableSearchOption.spec.tsx:31:34)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, GabrielBB/xvfb-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
The logs for this run have expired and are no longer available.
Loading