Skip to content

Commit

Permalink
remove cy test on new slide
Browse files Browse the repository at this point in the history
  • Loading branch information
sjstark committed Apr 29, 2024
1 parent 554bde8 commit 7cc0ed2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<ssr-carousel data-cy="variable-width" :slides-per-page="null" show-arrows show-dots>
<ssr-carousel :slides-per-page="null" show-arrows show-dots>
<slide :index="1" :style="{ width: '65%', height: '30vw' }"></slide>
<slide :index="2" :style="{ width: '50%', height: '30vw' }"></slide>
<slide :index="3" :style="{ width: '30%', height: '30vw' }"></slide>
Expand Down

0 comments on commit 7cc0ed2

Please sign in to comment.