Skip to content

Commit

Permalink
Fix another e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewserong committed Sep 15, 2024
1 parent 3e15324 commit 257f1fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ class PostEditorTemplateMode {
);

const title = this.editorTopBar.getByRole( 'heading', {
name: 'Editing template: Single Entries',
name: 'Single Entries',
} );

await expect( title ).toBeVisible();
Expand Down

0 comments on commit 257f1fd

Please sign in to comment.