chore: Bump rollup from 4.21.3 to 4.24.0 in /frontend in the npm-security-updates group across 1 directory #1461
on-pr.yaml
on: pull_request
Annotations
2 errors
__tests__/components/WorkflowDashboard.test.js > <WorkflowDashboard /> > No contents > should show no contents when there is no job available:
gitactionboard/frontend/__tests__/components/WorkflowDashboard.test.js#L331
Error: Snapshot `<WorkflowDashboard /> > No contents > should show no contents when there is no job available 1` mismatched
- Expected
+ Received
@@ -1,9 +1,9 @@
<div class="v-application v-theme--light v-layout v-layout--full-height v-locale--is-ltr">
<div class="v-application__wrap">
<div class="v-container v-container--fluid v-locale--is-ltr" id="workflows-dashboard">
- <header class="v-toolbar v-toolbar--density-default elevation-5 v-theme--light v-locale--is-ltr v-app-bar" style="top: 0px; z-index: 1004; transform: translateY(0px); position: fixed; left: 0px; width: calc(100% - 0px - 0px);">
+ <header class="v-toolbar v-toolbar--density-default elevation-5 v-theme--light v-locale--is-ltr v-app-bar" style="top: 0px; z-index: 1004; transform: translateY(0px); position: fixed; transition: none; left: 0px; width: calc(100% - 0px - 0px);">
<!---->
<div class="v-toolbar__content" style="height: 64px;">
<!---->
<!---->
<div class="v-row v-row--no-gutters">
❯ __tests__/components/WorkflowDashboard.test.js:331:47
|
frontend-verification
Process completed with exit code 1.
|