Skip to content

Commit

Permalink
update test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilReinking committed Sep 19, 2024
1 parent df5ea6d commit 13123aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

exports[`ButtonAction > should mount correctly 1`] = `
"<label for="1" class="relative block cursor-pointer rounded border py-2 pl-6 pr-3 bg-background brightness-user border-content/20">
<div class="absolute inset-y-0 left-2 flex items-center"><span data-testid="button-action-index" class="flex h-5 w-5 items-center justify-center rounded-sm text-xs font-medium bg-content/70 text-background">1</span></div><span class="block w-full pl-4 pr-6"><span class="inline-block" data-testid="button-label">Test Button</span>
<div class="absolute inset-y-0 left-2 flex items-center"><span data-testid="button-action-index" class="flex h-5 w-5 items-center justify-center rounded-sm text-xs font-medium bg-content/70 text-background">1</span></div><span class="block w-full pl-4 pr-6"><span class="inline-block" data-testid="button-label"><span class="form-message-prose">Test Button</span></span>
<!--v-if--></span>
<div class="absolute inset-y-0 right-4 flex items-center"><input class="border-content/30 bg-transparent checked:border-primary checked:bg-primary checked:hover:bg-primary focus:ring-primary focus:checked:bg-primary focus:checked:outline-none focus:checked:ring-0 focus:checked:ring-offset-0" type="radio" name="1" id="1" value="Test Button"></div>
</label>"
Expand Down

0 comments on commit 13123aa

Please sign in to comment.