Skip to content

Commit

Permalink
Fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Nov 18, 2021
1 parent 256a1ef commit 300edf7
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
Expand Up @@ -19,7 +19,7 @@ import {
import { siteEditor } from '../../experimental-features';

const templatePartNameInput =
'.edit-site-template-part-converter__modal .components-text-control__input';
'.edit-site-create-template-part-modal .components-text-control__input';

describe( 'Template Part', () => {
beforeAll( async () => {
Expand Down

0 comments on commit 300edf7

Please sign in to comment.