Skip to content

Commit

Permalink
Test(web-twig): Add snapshot to not disabled button
Browse files Browse the repository at this point in the history
  • Loading branch information
janicekt authored and literat committed Jul 30, 2022
1 parent 342760a commit 999d436
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body>
<button class="Button Button--primary" type="button">Not Disabled button with boolean false prop value</button>
<button class="Button Button--primary" type="button">Not Disabled button with string false prop value</button>
</body></html>
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<Button color="primary" isDisabled=false>Not Disabled button with boolean false prop value</Button>
<Button color="primary" isDisabled="false">Not Disabled button with string false prop value</Button>

0 comments on commit 999d436

Please sign in to comment.