Skip to content

Commit

Permalink
Fix Divider Tests (#5155)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Oct 25, 2023
1 parent c5ae6a7 commit d50f034
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions components/lib/divider/__snapshots__/Divider.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ exports[`Divider default 1`] = `
data-pc-name="divider"
data-pc-section="root"
role="separator"
style="justify-content: center;"
>
<div
class="p-divider-content"
Expand All @@ -23,6 +24,7 @@ exports[`Divider horizontal center 1`] = `
data-pc-name="divider"
data-pc-section="root"
role="separator"
style="justify-content: center;"
>
<div
class="p-divider-content"
Expand All @@ -39,6 +41,7 @@ exports[`Divider horizontal left 1`] = `
data-pc-name="divider"
data-pc-section="root"
role="separator"
style="justify-content: flex-start;"
>
<div
class="p-divider-content"
Expand All @@ -55,6 +58,7 @@ exports[`Divider horizontal right 1`] = `
data-pc-name="divider"
data-pc-section="root"
role="separator"
style="justify-content: flex-end;"
>
<div
class="p-divider-content"
Expand All @@ -71,6 +75,7 @@ exports[`Divider type dashed 1`] = `
data-pc-name="divider"
data-pc-section="root"
role="separator"
style="justify-content: center;"
>
<div
class="p-divider-content"
Expand All @@ -87,6 +92,7 @@ exports[`Divider type dotted 1`] = `
data-pc-name="divider"
data-pc-section="root"
role="separator"
style="justify-content: center;"
>
<div
class="p-divider-content"
Expand All @@ -103,6 +109,7 @@ exports[`Divider vertical bottom 1`] = `
data-pc-name="divider"
data-pc-section="root"
role="separator"
style="align-items: flex-end;"
>
<div
class="p-divider-content"
Expand All @@ -119,6 +126,7 @@ exports[`Divider vertical center 1`] = `
data-pc-name="divider"
data-pc-section="root"
role="separator"
style="align-items: center;"
>
<div
class="p-divider-content"
Expand All @@ -135,6 +143,7 @@ exports[`Divider vertical top 1`] = `
data-pc-name="divider"
data-pc-section="root"
role="separator"
style="align-items: flex-start;"
>
<div
class="p-divider-content"
Expand Down

0 comments on commit d50f034

Please sign in to comment.