Skip to content

Commit

Permalink
Fix linting issue in the custom taxonomies test
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed May 7, 2019
1 parent 5c87bce commit b2ad325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/specs/plugins/custom-taxonomies.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe( 'Custom Taxonomies labels are used', () => {
expect( openButton ).not.toBeFalsy();

// Get the classes from the panel
const buttonClassName = await( await openButton.getProperty( 'className' ) ).jsonValue();
const buttonClassName = await ( await openButton.getProperty( 'className' ) ).jsonValue();

// Open the panel if needed.
if ( -1 === buttonClassName.indexOf( 'is-opened' ) ) {
Expand Down

0 comments on commit b2ad325

Please sign in to comment.