Skip to content

Commit

Permalink
Adjust tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sdvg committed Nov 21, 2023
1 parent f2fac01 commit 4573149
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const getHeadingWcHtml = (

return `
<kol-heading-wc${additionalAttrs}>
<${tag} class="headline">
<${tag} class="headline headline-${props._variant || tag}">
${state._label}
${slots.expert !== undefined ? slots.expert : '<slot name="expert" slot="expert"></slot>'}
</${tag}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ executeTests<Props>(
{
_label: ['Headline'],
_level: [1, 2, 3, 4, 5, 6],
_variant: ['h1', 'h2', 'h3', 'h4', 'h5', 'h6', 'strong'],
// _secondaryHeadline: ['Secondary Headline'],
},
getHeadingHtml,
Expand Down

0 comments on commit 4573149

Please sign in to comment.