Skip to content

Commit 66cd0f1

Browse files
committed
Correct comment
1 parent ae71f58 commit 66cd0f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/specs/change-detection.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe( 'Change detection', () => {
9191
it( 'Should prompt to confirm unsaved changes for autosaved draft for non-content fields', async () => {
9292
await page.type( '.editor-post-title__input', 'Hello World' );
9393

94-
// Toggle post as sticky (not persisted for autosave).
94+
// Toggle post as needing review (not persisted for autosave).
9595
await ensureSidebarOpened();
9696

9797
const postPendingReviewButton = ( await page.$x( "//label[contains(text(), 'Pending Review')]" ) )[ 0 ];

0 commit comments

Comments
 (0)