diff --git a/packages/e2e-tests/specs/plugins/custom-taxonomies.test.js b/packages/e2e-tests/specs/plugins/custom-taxonomies.test.js index f66f5aeb6dba8..fccba18eafae1 100644 --- a/packages/e2e-tests/specs/plugins/custom-taxonomies.test.js +++ b/packages/e2e-tests/specs/plugins/custom-taxonomies.test.js @@ -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' ) ) {