Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com>
  • Loading branch information
SwikritiT committed Aug 8, 2023
1 parent c3c3289 commit fa47efe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ exports[`AdminSettings.vue Nextcloud OAuth values form view mode with complete v
exports[`AdminSettings.vue OpenProject OAuth values form edit mode should show the form and hide the field values 1`] = `
<div class="openproject-oauth-values">
<div class="form-heading">
<div class="index">
<div class="index index-light-mode">
2
</div>
<div class="title">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`FormHeading.vue is complete prop should hide the checkmark icon and show the index if not complete 1`] = `
<div class="form-heading">
<div class="index">
<div class="index index-light-mode">
1
</div>
<div class="title">
Expand All @@ -22,7 +22,7 @@ exports[`FormHeading.vue is complete prop should show checkmark icon, add green

exports[`FormHeading.vue is disabled prop should add disabled class to the form heading 1`] = `
<div class="form-heading disabled">
<div class="index">
<div class="index index-light-mode">
1
</div>
<div class="title">
Expand Down

0 comments on commit fa47efe

Please sign in to comment.