Skip to content

Commit

Permalink
Fix comment in the select mode e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Oct 7, 2024
1 parent d89ebd9 commit f5249b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/various/write-design-mode.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ test.describe( 'Write/Design mode', () => {
name: 'Editor settings',
} );
await expect(
// Ideally we should be using CSS selectors
// Ideally we should not be using CSS selectors
// but in this case there's no easy role/label
// to retrieve the "selected block title"
editorSettings.locator( '.block-editor-block-card__title' )
Expand Down

0 comments on commit f5249b4

Please sign in to comment.