fix: update drawer panel width #3146
Triggered via pull request
December 12, 2023 06:48
Status
Failure
Total duration
10m 58s
Artifacts
–
Annotations
6 errors and 4 warnings
<Drawer /> › when Drawer is rendering each placement › match snapshot:
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 - 0
+ Received + 1
@@ -196,10 +196,11 @@
-ms-flex-direction: column;
flex-direction: column;
box-sizing: border-box;
position: relative;
height: 100%;
+ width: 100%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: stretch;
-webkit-box-align: stretch;
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)
|
<Drawer /> › when Drawer is rendering each placement › match snapshot:
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 - 0
+ Received + 1
@@ -196,10 +196,11 @@
-ms-flex-direction: column;
flex-direction: column;
box-sizing: border-box;
position: relative;
height: 100%;
+ width: 100%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: stretch;
-webkit-box-align: stretch;
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)
|
<Drawer /> › when Drawer is rendering each placement › match snapshot:
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 - 0
+ Received + 1
@@ -192,10 +192,11 @@
-ms-flex-direction: column;
flex-direction: column;
box-sizing: border-box;
position: relative;
height: 100%;
+ width: 100%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: stretch;
-webkit-box-align: stretch;
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)
|
<Drawer /> › when Drawer is rendering each placement › match snapshot:
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 - 0
+ Received + 1
@@ -192,10 +192,11 @@
-ms-flex-direction: column;
flex-direction: column;
box-sizing: border-box;
position: relative;
height: 100%;
+ width: 100%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: stretch;
-webkit-box-align: stretch;
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)
|
<DrawerPanel /> › when component is rendering › match snapshot:
packages/vibrant-components/src/lib/Drawer/DrawerPanel/DrawerPanel.spec.tsx#L22
expect(received).toMatchSnapshot()
Snapshot name: `<DrawerPanel /> when component is rendering match snapshot 1`
- Snapshot - 0
+ Received + 1
@@ -112,10 +112,11 @@
-ms-flex-direction: column;
flex-direction: column;
box-sizing: border-box;
position: relative;
height: 100%;
+ width: 100%;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: stretch;
-webkit-box-align: stretch;
at Object.<anonymous> (src/lib/Drawer/DrawerPanel/DrawerPanel.spec.tsx:22: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)
|
ci
The process '/usr/bin/xvfb-run' failed with exit code 1
|
ci
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/
|
ci
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/
|
ci
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/
|
ci
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/
|