Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
nukeop committed Jan 17, 2022
1 parent 04f39d0 commit 74289c6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/ui/test/__snapshots__/miniPlayer.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,12 @@ exports[`(Snapshot) Mini player should render correctly 1`] = `
</div>
<div
class="nuclear seekbar"
data-testid="seekbar"
style="height: 0.5em;"
>
<div
class="nuclear seekbar_progress"
data-testid="seekbar-fill"
style="width: 66%;"
/>
</div>
Expand Down
5 changes: 5 additions & 0 deletions packages/ui/test/__snapshots__/playerBar.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,11 @@ exports[`(Snapshot) Player bar should render correctly 1`] = `
>
<div
class="nuclear seekbar"
data-testid="seekbar"
>
<div
class="nuclear seekbar_progress"
data-testid="seekbar-fill"
style="width: 66%;"
/>
</div>
Expand All @@ -32,6 +34,7 @@ exports[`(Snapshot) Player bar should render correctly 1`] = `
>
<button
class="player_button"
data-testid="player-controls-back"
>
<i
aria-hidden="true"
Expand All @@ -40,6 +43,7 @@ exports[`(Snapshot) Player bar should render correctly 1`] = `
</button>
<button
class="player_button"
data-testid="player-controls-play"
>
<i
aria-hidden="true"
Expand All @@ -48,6 +52,7 @@ exports[`(Snapshot) Player bar should render correctly 1`] = `
</button>
<button
class="player_button"
data-testid="player-controls-forward"
>
<i
aria-hidden="true"
Expand Down

0 comments on commit 74289c6

Please sign in to comment.