Skip to content

Commit

Permalink
test: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
felixw committed May 9, 2023
1 parent d4eb468 commit 2314348
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
exports[`Link should contain target="_blank" when openNewTab is set true 1`] = `
<scale-link href="http://example.com" open-new-tab="true">
<mock:shadow-root>
<a href="http://example.com" part="anchor">
<a aria-disabled="false" href="http://example.com" part="anchor">
<div part="content">
<slot></slot>
</div>
Expand Down Expand Up @@ -34,7 +34,7 @@ exports[`Link should handle setted styles 1`] = `
<style>
color:red
</style>
<a href="http://example.com" part="anchor">
<a aria-disabled="false" href="http://example.com" part="anchor">
<div part="content">
<slot></slot>
</div>
Expand All @@ -48,7 +48,7 @@ exports[`Link should handle setted styles 1`] = `
exports[`Link should have link href value when href value is set 1`] = `
<scale-link href="http://example.com">
<mock:shadow-root>
<a href="http://example.com" part="anchor">
<a aria-disabled="false" href="http://example.com" part="anchor">
<div part="content">
<slot></slot>
</div>
Expand All @@ -62,7 +62,7 @@ exports[`Link should have link href value when href value is set 1`] = `
exports[`Link should match snapshot 1`] = `
<scale-link>
<mock:shadow-root>
<a part="anchor">
<a aria-disabled="false" part="anchor">
<div part="content">
<slot></slot>
</div>
Expand Down

0 comments on commit 2314348

Please sign in to comment.