Skip to content

Commit

Permalink
update test selector for new class name
Browse files Browse the repository at this point in the history
  • Loading branch information
Addison-Stavlo committed Jun 11, 2020
1 parent e89d1ce commit 3797d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/specs/experiments/template-part.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ describe( 'Template Part', () => {
const createNewButtonSelector =
'//button[contains(text(), "Create new")]';
const disabledButtonSelector =
'.wp-block-template-part__create-button[disabled]';
'.wp-block-template-part__placeholder-create-button[disabled]';

it( 'Should insert new template part on creation', async () => {
await createNewPost();
Expand Down

0 comments on commit 3797d17

Please sign in to comment.