Skip to content

Commit

Permalink
fix(Gallery): try to fix flaky test (#7918)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul authored Nov 8, 2024
1 parent 7f7c03b commit 4ce1064
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@ export const GalleryWithArrowsPlayground = (props: ComponentPlaygroundProps) =>
return (
<ComponentPlayground {...props}>
{(props: GalleryProps) => (
<Gallery initialSlideIndex={1} data-testid="gallery" arrowSize="s" showArrows {...props}>
{getItems()}
</Gallery>
<div style={{ width: '200px' }}>
<Gallery initialSlideIndex={1} data-testid="gallery" arrowSize="s" showArrows {...props}>
{getItems()}
</Gallery>
</div>
)}
</ComponentPlayground>
);
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4ce1064

Please sign in to comment.