Skip to content

Commit

Permalink
Update selector in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Jul 20, 2021
1 parent 0f8065c commit 0f3b33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/specs/editor/various/taxonomies.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe( 'Taxonomies', () => {

// Type the category name in the field.
await page.type(
'.editor-post-taxonomies__hierarchical-terms-input[type=text]',
'.editor-post-taxonomies__hierarchical-terms-input input[type=text]',
'z rand category 1'
);

Expand Down

0 comments on commit 0f3b33c

Please sign in to comment.