Skip to content

Commit

Permalink
fix(Gallery): try to fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackySoul committed Nov 8, 2024
1 parent 3589018 commit e6acd02
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 e6acd02

Please sign in to comment.