Skip to content

Commit 7aadf9a

Browse files
Update test
1 parent adbd3c2 commit 7aadf9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/e2e/specs/editor/various/publish-panel.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ test.describe( 'Post publish panel', () => {
164164
await expect( publishPanel ).toBeVisible();
165165

166166
const postMetaPanel = publishPanel.locator(
167-
'.entities-saved-states__post-meta'
167+
'.entities-saved-states__changes'
168168
);
169169

170170
await expect( postMetaPanel ).toBeVisible();

0 commit comments

Comments
 (0)