Skip to content

Commit

Permalink
Update visual tests to cover required state
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan committed Sep 13, 2018
1 parent c18a3d4 commit 3d214a1
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/visual/default.html
Expand Up @@ -22,8 +22,8 @@

<br/>

<vaadin-radio-group label="Label" error-message='Error message' invalid>
<vaadin-radio-button checked>1</vaadin-radio-button>
<vaadin-radio-group label="Label" required error-message="Error message" invalid>
<vaadin-radio-button>1</vaadin-radio-button>
<vaadin-radio-button>2</vaadin-radio-button>
</vaadin-radio-group>
</div>
Expand Down
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3d214a1

Please sign in to comment.