Skip to content

Commit

Permalink
fix(progress bar): rewrote snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabss405 committed Aug 31, 2021
1 parent aa0bc38 commit 16c24f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ exports[`<Progress /> Accessibility renders the component with props with no a11
<div
aria-label="Progress Bar showing step 2 of 5"
class="c1"
tabindex="-1"
role="progressbar"
>
<span
class="c2"
Expand Down Expand Up @@ -248,7 +248,7 @@ exports[`<Progress /> Props renders empty progress bar 1`] = `
<div
aria-label="Progress Bar showing step 0 of 5"
class="c1"
tabindex="-1"
role="progressbar"
>
<span
class="c2"
Expand Down Expand Up @@ -383,7 +383,7 @@ exports[`<Progress /> Props renders full progress bar 1`] = `
<div
aria-label="Progress Bar showing step 5 of 5"
class="c1"
tabindex="-1"
role="progressbar"
>
<span
class="c2"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ exports[`<ProductTemplateHeader /> renders with all the props 1`] = `
<div
aria-label="Progress Bar showing step 1 of 2"
class="c8"
tabindex="-1"
role="progressbar"
>
<span
class="c9"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ exports[`<ProductTemplateProgress /> renders with all the props 1`] = `
<div
aria-label="Progress Bar showing step 1 of 2"
class="c2"
tabindex="-1"
role="progressbar"
>
<span
class="c3"
Expand Down

0 comments on commit 16c24f5

Please sign in to comment.