We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae71f58 commit 66cd0f1Copy full SHA for 66cd0f1
test/e2e/specs/change-detection.test.js
@@ -91,7 +91,7 @@ describe( 'Change detection', () => {
91
it( 'Should prompt to confirm unsaved changes for autosaved draft for non-content fields', async () => {
92
await page.type( '.editor-post-title__input', 'Hello World' );
93
94
- // Toggle post as sticky (not persisted for autosave).
+ // Toggle post as needing review (not persisted for autosave).
95
await ensureSidebarOpened();
96
97
const postPendingReviewButton = ( await page.$x( "//label[contains(text(), 'Pending Review')]" ) )[ 0 ];
0 commit comments