Skip to content

Commit

Permalink
Toolbar Example: Add missing keyboard tests (pull #1691)
Browse files Browse the repository at this point in the history
  • Loading branch information
spectranaut committed Jan 18, 2021
1 parent aea1acc commit 4996400
Show file tree
Hide file tree
Showing 2 changed files with 910 additions and 54 deletions.
4 changes: 2 additions & 2 deletions examples/toolbar/toolbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ <h3 id="kbd_label_8">Checkbox (Night Mode)</h3>
</tr>
</thead>
<tbody>
<tr data-test-id="toolbar-checkbox-space">
<tr data-test-id="test-not-required">
<th><kbd>Space</kbd></th>
<td>Toggles the state of the checkbox.</td>
</tr>
Expand All @@ -511,7 +511,7 @@ <h3 id="kbd_label_9">Link (Help)</h3>
</tr>
</thead>
<tbody>
<tr data-test-id="toolbar-link-enter-or-space">
<tr data-test-id="test-not-required">
<th><kbd>Enter</kbd><br><kbd>Space</kbd></th>
<td>Activate the link.</td>
</tr>
Expand Down
Loading

0 comments on commit 4996400

Please sign in to comment.