Skip to content

Commit

Permalink
Add long word to visual tests
Browse files Browse the repository at this point in the history
  • Loading branch information
m-akinc committed Jun 3, 2024
1 parent b5425e0 commit 4219696
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const component = (
prevent-dismiss="${partsHidden}"
>
<span slot="title">${severityLabel} ${actionLabel} ${partsHiddenLabel} ${longTextLabel} ${longText ? loremIpsum.substring(0, 78) : ''}</span>
${longText ? loremIpsum : 'This is message text.'}
${longText ? `${loremIpsum} abcdedfghijklmnopqrstuvwxyzabcdedfghijklmnopqrstuvwxyzabcdedfghijklmnopqrstuvwxyzabcdedfghijklmnopqrstuvwxyz` : 'This is message text.'}
${when(() => linkVisible, html`
<${anchorTag} slot="action" href="#">${longText ? loremIpsum.substring(0, 78) : 'Nimble anchor'}</${anchorTag}>
`)}
Expand Down

0 comments on commit 4219696

Please sign in to comment.