Skip to content

Commit

Permalink
Fix snapshot post merge
Browse files Browse the repository at this point in the history
  • Loading branch information
ruihildt committed Feb 5, 2024
1 parent cff28e0 commit 372518d
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/components/__snapshots__/Location.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ exports[`Location should show two countries 1`] = `
<div
data-v-app=""
>
<p
class="mb-8"
>
Select the location where you want to have all your browser traffic routed through.
Select the location where you want to have all your browser traffic routed through.
</p>
<div>
<!--v-if-->
<div
class="n-collapse"
style="--n-font-size: 14px; --n-bezier: cubic-bezier(.4, 0, .2, 1); --n-text-color: rgb(51, 54, 57); --n-divider-color: rgb(239, 239, 245); --n-title-padding: 16px 0 0 0; --n-title-font-size: 14px; --n-title-text-color: rgb(31, 34, 37); --n-title-text-color-disabled: rgba(194, 194, 194, 1); --n-title-font-weight: 400; --n-arrow-color: rgb(51, 54, 57); --n-arrow-color-disabled: rgba(194, 194, 194, 1); --n-item-margin: 16px 0 0 0;"
>
<div
class="n-collapse-item n-collapse-item--right-arrow-placement n-collapse-item--trigger-area-main n-collapse-item--trigger-area-extra n-collapse-item--trigger-area-arrow"
>
Expand All @@ -26,7 +26,7 @@ exports[`Location should show two countries 1`] = `
<div
class="n-collapse-item__header-main"
>
<button
class="n-button n-button--default-type n-button--medium-type"
style="--n-bezier: cubic-bezier(.4, 0, .2, 1); --n-bezier-ease-out: cubic-bezier(0, 0, .2, 1); --n-ripple-duration: .6s; --n-opacity-disabled: 0.5; --n-wave-opacity: 0.6; font-weight: 400; --n-color: #0000; --n-color-hover: rgba(46, 51, 56, .09); --n-color-pressed: rgba(46, 51, 56, .13); --n-color-focus: rgba(46, 51, 56, .09); --n-color-disabled: #0000; --n-ripple-color: #0000; --n-text-color: rgb(51, 54, 57); --n-text-color-hover: rgb(51, 54, 57); --n-text-color-pressed: rgb(51, 54, 57); --n-text-color-focus: rgb(51, 54, 57); --n-text-color-disabled: rgb(51, 54, 57); --n-border: 1px solid rgb(224, 224, 230); --n-border-hover: 1px solid #36ad6a; --n-border-pressed: 1px solid #0c7a43; --n-border-focus: 1px solid #36ad6a; --n-border-disabled: 1px solid rgb(224, 224, 230); --n-width: initial; --n-height: 34px; --n-font-size: 14px; --n-padding: 0 14px; --n-icon-size: 18px; --n-icon-margin: 6px; --n-border-radius: 3px;"
Expand Down Expand Up @@ -54,7 +54,7 @@ exports[`Location should show two countries 1`] = `
<!---->
<!---->
</button>
<div
class="n-collapse-item-arrow"
data-arrow="true"
Expand Down Expand Up @@ -99,7 +99,7 @@ exports[`Location should show two countries 1`] = `
<div
class="n-collapse-item__header-main"
>
<button
class="n-button n-button--default-type n-button--medium-type"
style="--n-bezier: cubic-bezier(.4, 0, .2, 1); --n-bezier-ease-out: cubic-bezier(0, 0, .2, 1); --n-ripple-duration: .6s; --n-opacity-disabled: 0.5; --n-wave-opacity: 0.6; font-weight: 400; --n-color: #0000; --n-color-hover: rgba(46, 51, 56, .09); --n-color-pressed: rgba(46, 51, 56, .13); --n-color-focus: rgba(46, 51, 56, .09); --n-color-disabled: #0000; --n-ripple-color: #0000; --n-text-color: rgb(51, 54, 57); --n-text-color-hover: rgb(51, 54, 57); --n-text-color-pressed: rgb(51, 54, 57); --n-text-color-focus: rgb(51, 54, 57); --n-text-color-disabled: rgb(51, 54, 57); --n-border: 1px solid rgb(224, 224, 230); --n-border-hover: 1px solid #36ad6a; --n-border-pressed: 1px solid #0c7a43; --n-border-focus: 1px solid #36ad6a; --n-border-disabled: 1px solid rgb(224, 224, 230); --n-width: initial; --n-height: 34px; --n-font-size: 14px; --n-padding: 0 14px; --n-icon-size: 18px; --n-icon-margin: 6px; --n-border-radius: 3px;"
Expand Down Expand Up @@ -127,7 +127,7 @@ exports[`Location should show two countries 1`] = `
<!---->
<!---->
</button>
<div
class="n-collapse-item-arrow"
data-arrow="true"
Expand Down Expand Up @@ -163,9 +163,9 @@ exports[`Location should show two countries 1`] = `
<!---->
</transition-stub>
</div>
</div>
</div>
</div>
`;

0 comments on commit 372518d

Please sign in to comment.