ref(toolbar): add accessibility labels for torture tests (#2685)

* ref(toolbar): add accessibility labels for torture tests

* squash: update propTypes
This commit is contained in:
virtuacoplenny
2018-04-03 12:32:00 -07:00
committed by bbaldino
parent f8717a7135
commit 7c08116dc2
11 changed files with 40 additions and 2 deletions

View File

@@ -50,6 +50,7 @@ class ToolbarButtonV2 extends AbstractToolbarButton {
_renderButton(children) {
return (
<div
aria-label = { this.props.accessibilityLabel }
className = 'toolbox-button'
onClick = { this.props.onClick }>
<Tooltip