-
Notifications
You must be signed in to change notification settings - Fork 842
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update accessibility for button groups
- Loading branch information
cchaos
committed
Jan 16, 2019
1 parent
a3a9a3c
commit e11e4de
Showing
4 changed files
with
80 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 7 additions & 5 deletions
12
src/components/button/button_group/__snapshots__/button_group.test.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`EuiButtonGroup is rendered 1`] = ` | ||
<div | ||
aria-label="aria-label" | ||
class="euiButtonGroup testClass1 testClass2" | ||
data-test-subj="test subject string" | ||
/> | ||
<fieldset> | ||
<div | ||
aria-label="aria-label" | ||
class="euiButtonGroup testClass1 testClass2" | ||
data-test-subj="test subject string" | ||
/> | ||
</fieldset> | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters