chore: Bump vuetify from 3.7.7 to 3.7.8 in /frontend in the npm-version-updates group #1786
on-pr.yaml
on: pull_request
Annotations
4 errors
__tests__/components/DateRangePicker.test.js > DateRangePicker > should render date range with selected last 7 days by default:
gitactionboard/frontend/__tests__/components/DateRangePicker.test.js#L29
Error: Snapshot `DateRangePicker > should render date range with selected last 7 days by default 1` mismatched
- Expected
+ Received
@@ -40,12 +40,12 @@
<!---->
</div>
</div>
</div>
<!---->
- <div class="v-input__details">
+ <div aria-live="polite" class="v-input__details" id="input-0-messages" role="alert">
- <transition-group-stub appear="false" aria-live="polite" class="v-messages" css="true" id="input-0-messages" name="slide-y-transition" persisted="false" role="alert" tag="div">
+ <transition-group-stub appear="false" class="v-messages" css="true" name="slide-y-transition" persisted="false" tag="div">
<!---->
</transition-group-stub>
<!---->
</div>
</div>
❯ __tests__/components/DateRangePicker.test.js:29:28
|
__tests__/components/DateRangePicker.test.js > DateRangePicker > should allow update selected date range:
gitactionboard/frontend/__tests__/components/DateRangePicker.test.js#L65
Error: Snapshot `DateRangePicker > should allow update selected date range 3` mismatched
- Expected
+ Received
@@ -2,11 +2,11 @@
<div class="v-input__prepend">
<!---->
<i aria-hidden="false" aria-label=" prepended action" class="mdi-calendar mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" tabindex="0"></i>
</div>
<div class="v-input__control">
- <div aria-expanded="true" aria-haspopup="menu" aria-owns="v-menu-2" class="v-field v-field--active v-field--center-affix v-field--dirty v-field--no-label v-field--variant-filled v-theme--light v-field--focused v-locale--is-ltr">
+ <div aria-controls="v-menu-2" aria-expanded="true" aria-haspopup="menu" class="v-field v-field--active v-field--center-affix v-field--dirty v-field--no-label v-field--variant-filled v-theme--light v-field--focused v-locale--is-ltr">
<div class="v-field__overlay"></div>
<div class="v-field__loader">
<div aria-hidden="true" aria-valuemax="100" aria-valuemin="0" class="v-progress-linear v-theme--light v-locale--is-ltr" role="progressbar" style="top: 0px; height: 0px; --v-progress-linear-height: 2px;">
<!---->
<div class="v-progress-linear__background"></div>
@@ -41,12 +41,12 @@
<!---->
</div>
</div>
</div>
<!---->
- <div class="v-input__details">
+ <div aria-live="polite" class="v-input__details" id="input-0-messages" role="alert">
- <transition-group-stub appear="false" aria-live="polite" class="v-messages" css="true" id="input-0-messages" name="slide-y-transition" persisted="false" role="alert" tag="div">
+ <transition-group-stub appear="false" class="v-messages" css="true" name="slide-y-transition" persisted="false" tag="div">
<!---->
</transition-group-stub>
<!---->
</div>
</div>
❯ __tests__/components/DateRangePicker.test.js:65:28
|
__tests__/components/metrics/MetricsDashboard.test.js > MetricsDashboard > should display spinner when component is loading:
gitactionboard/frontend/__tests__/components/metrics/MetricsDashboard.test.js#L72
Error: Snapshot `MetricsDashboard > should display spinner when component is loading 1` mismatched
- Expected
+ Received
@@ -39,11 +39,11 @@
<div class="v-input__prepend">
<!---->
<i aria-hidden="false" aria-label="Date Range prepended action" class="mdi-calendar mdi v-icon notranslate v-theme--light v-icon--size-default v-icon--clickable" role="button" tabindex="0"></i>
</div>
<div class="v-input__control">
- <div aria-expanded="false" aria-haspopup="menu" aria-owns="v-menu-3" class="v-field v-field--active v-field--center-affix v-field--dirty v-field--variant-filled v-theme--light v-locale--is-ltr">
+ <div aria-controls="v-menu-3" aria-expanded="false" aria-haspopup="menu" class="v-field v-field--active v-field--center-affix v-field--dirty v-field--variant-filled v-theme--light v-locale--is-ltr">
<div class="v-field__overlay"></div>
<div class="v-field__loader">
<div aria-hidden="true" aria-valuemax="100" aria-valuemin="0" class="v-progress-linear v-theme--light v-locale--is-ltr" role="progressbar" style="top: 0px; height: 0px; --v-progress-linear-height: 2px;">
<!---->
<div class="v-progress-linear__background"></div>
@@ -83,12 +83,12 @@
<!---->
</div>
</div>
</div>
<!---->
- <div class="v-input__details">
+ <div aria-live="polite" class="v-input__details" id="input-1-messages" role="alert">
- <transition-group-stub appear="false" aria-live="polite" class="v-messages" css="true" id="input-1-messages" name="slide-y-transition" persisted="false" role="alert" tag="div">
+ <transition-group-stub appear="false" class="v-messages" css="true" name="slide-y-transition" persisted="false" tag="div">
<!---->
</transition-group-stub>
<!---->
</div>
</div>
❯ __tests__/components/metrics/MetricsDashboard.test.js:72:60
|
frontend-verification
Process completed with exit code 1.
|