Skip to content

Commit

Permalink
test(sbb-journey-summary): stabilize visual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeripeierSBB committed Aug 7, 2024
1 parent b912dac commit e686fc7
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,13 @@ describe(`sbb-journey-summary`, () => {
tripBack,
hasSlot,
}: typeof defaultArgs): TemplateResult => html`
<sbb-journey-summary ?round-trip=${roundTrip} .trip=${trip} .tripBack=${tripBack} .now=${now}>
<sbb-journey-summary
?round-trip=${roundTrip}
.trip=${trip}
.tripBack=${tripBack}
.now=${now}
disable-animation
>
${hasSlot
? html`
<div
Expand Down

0 comments on commit e686fc7

Please sign in to comment.