Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Jun 19, 2020
1 parent 9c9bdd2 commit 39c1faf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion packages/e2e-test-utils/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ Clicks the default block appender.

<a name="clickBlockToolbarButton" href="#clickBlockToolbarButton">#</a> **clickBlockToolbarButton**

Undocumented declaration.
Clicks a block toolbar button.

_Parameters_

- _buttonAriaLabel_ `string`: The aria label of the button to click.

<a name="clickButton" href="#clickButton">#</a> **clickButton**

Expand Down
2 changes: 1 addition & 1 deletion packages/e2e-test-utils/src/click-block-toolbar-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { showBlockToolbar } from './show-block-toolbar';
*
* @param {string} buttonAriaLabel The aria label of the button to click.
*/
export async function c( buttonAriaLabel ) {
export async function clickBlockToolbarButton( buttonAriaLabel ) {
await showBlockToolbar();

const BLOCK_TOOLBAR_SELECTOR = '.block-editor-block-toolbar';
Expand Down

0 comments on commit 39c1faf

Please sign in to comment.