Skip to content

Commit

Permalink
test(sbb-footer): pr feedbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
TomMenga committed Jun 26, 2024
1 parent 6d75bed commit ab7cab4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/elements/footer/footer.visual.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import { html } from 'lit';
import { styleMap } from 'lit/directives/style-map.js';

import { describeEach, describeViewports, visualDiffDefault } from '../core/testing/private.js';

Expand Down Expand Up @@ -63,11 +62,11 @@ describe(`sbb-footer`, () => {
level="2"
visual-level="5"
?negative=${negative}
style=${styleMap({ margin: '0 0 var(--sbb-spacing-fixed-3x)' })}
style="margin: 0 0 var(--sbb-spacing-fixed-3x)"
>
Newsletter.
</sbb-title>
<p style=${styleMap({ margin: '0' })}>
<p style="margin: 0">
Our newsletter regularly informs you of attractive offers from SBB via e-mail.
</p>
</span>
Expand Down

0 comments on commit ab7cab4

Please sign in to comment.