Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
kingyue737 committed Apr 24, 2024
1 parent fe508ee commit b248d76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Typecheck
run: pnpm run typecheck

e2e:
test:
timeout-minutes: 60
runs-on: ubuntu-latest
steps:
Expand Down
5 changes: 3 additions & 2 deletions tests/__snapshots__/component.nuxt.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ exports[`component DialogConfirm.vue > should open and close 1`] = `
"<div class="v-card v-card--flat v-theme--light v-card--border v-card--density-default rounded-lg v-card--variant-elevated" style="z-index: -1;">
<!---->
<div class="v-card__loader">
<div class="v-progress-linear v-theme--light v-locale--is-ltr" style="height: 0px; --v-progress-linear-height: 2px;" role="progressbar" aria-hidden="true" aria-valuemin="0" aria-valuemax="100">
<div class="v-progress-linear v-theme--light v-locale--is-ltr" style="top: 0px; height: 0px; --v-progress-linear-height: 2px;" role="progressbar" aria-hidden="true" aria-valuemin="0" aria-valuemax="100">
<!---->
<div class="v-progress-linear__background bg-primary" style="width: 100%;"></div>
<div class="v-progress-linear__background bg-primary" style="opacity: NaN;"></div>
<div class="v-progress-linear__buffer bg-primary" style="opacity: NaN; width: 0%;"></div>
<transition-stub name="fade-transition" appear="false" persisted="false" css="true">
<div class="v-progress-linear__indeterminate">
<div class="v-progress-linear__indeterminate long bg-primary"></div>
Expand Down

0 comments on commit b248d76

Please sign in to comment.