From 253a7f56a68060df38c3622f1599f58f7bdb9d09 Mon Sep 17 00:00:00 2001 From: Riad Benguella Date: Mon, 7 Oct 2024 11:05:28 +0200 Subject: [PATCH] Fix comment in the select mode e2e test --- test/e2e/specs/editor/various/write-design-mode.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/specs/editor/various/write-design-mode.spec.js b/test/e2e/specs/editor/various/write-design-mode.spec.js index 635ba17f63ee9..443a70ea92f68 100644 --- a/test/e2e/specs/editor/various/write-design-mode.spec.js +++ b/test/e2e/specs/editor/various/write-design-mode.spec.js @@ -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' )