Skip to content

Commit

Permalink
fix(DFD-274): Update test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Amalric committed Nov 15, 2023
1 parent bf4c654 commit f11cb10
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ exports[`Tabs should render accessible html 1`] = `
id="kit"
>
<div
class="theme-stack theme-justify-start theme-align-start theme-nowrap theme-column theme-block theme-gap-x-M theme-gap-y-M"
class="theme-stack theme-justify-start theme-align-start theme-nowrap theme-column theme-block theme-gap-x-0 theme-gap-y-0"
>
<div
class="theme-stack theme-justify-start theme-align-start theme-nowrap theme-row theme-block theme-gap-x-M theme-gap-y-M"
Expand Down Expand Up @@ -62,24 +62,25 @@ exports[`Tabs should render accessible html 1`] = `
</button>
</div>
<div
class="theme-tabpanel theme-tabpanel--hidden"
id="home"
role="tabpanel"
style="display: none;"
tabindex="0"
>
Tab content for Home
</div>
<div
class="theme-tabpanel"
id="profile"
role="tabpanel"
tabindex="0"
>
Tab content for Profile
</div>
<div
class="theme-tabpanel theme-tabpanel--hidden"
id="contact"
role="tabpanel"
style="display: none;"
tabindex="0"
>
Tab content for Contact
Expand Down

0 comments on commit f11cb10

Please sign in to comment.