Skip to content

Commit

Permalink
fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chirag-madlani committed Jun 26, 2023
1 parent 29ffaf6 commit 010395b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { LOGIN_SLIDE } from '../../constants/Login.constants';

const LoginCarousel = () => {
return (
<div className="carousal-container">
<div className="carousal-container" data-testid="carousel-container">
<Carousel autoplay dots autoplaySpeed={1500}>
{LOGIN_SLIDE.map((data) => (
<div
Expand Down

0 comments on commit 010395b

Please sign in to comment.