Skip to content

Commit

Permalink
chore(PPDSC-1852): chore-ppdse-1852-updated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
baburay23 committed Aug 25, 2022
1 parent 2ef0f8f commit 0f4469c
Show file tree
Hide file tree
Showing 2 changed files with 545 additions and 547 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ const AudioPlayerPlaybackSpeedTriggerComponent = (props: {
alignItems="center"
>
<GridLayoutItem column="1/2" row="1/5">
<AudioPlayerPlayPauseButton size={ButtonSize.Small} />
<AudioPlayerPlayPauseButton size="small" />
</GridLayoutItem>
<GridLayoutItem column="2/3" row="4/5">
<AudioPlayerVolumeControl layout="collapsed" />
Expand All @@ -477,7 +477,7 @@ const AudioPlayerPlaybackSpeedTriggerComponent = (props: {
stylePreset: 'buttonMinimalPrimary',
minWidth: '90px',
}}
size={ButtonSize.Medium}
size="medium"
>
<IconFilledSlowMotionVideo />
<span>{playbackSpeed}x</span>
Expand All @@ -488,7 +488,7 @@ const AudioPlayerPlaybackSpeedTriggerComponent = (props: {
stylePreset: 'buttonOutlinedSecondary',
minWidth: '52px',
}}
size={ButtonSize.Small}
size="small"
>
<span>{playbackSpeed}x</span>
</Button>
Expand Down Expand Up @@ -599,7 +599,7 @@ export const AudioSubComponents = () => (
<AudioPlayerPlaybackSpeedControl>
<Button
overrides={{stylePreset: 'buttonOutlinedSecondary'}}
size={ButtonSize.Small}
size="small"
>
Speed
</Button>
Expand Down
Loading

0 comments on commit 0f4469c

Please sign in to comment.