Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
artemiomorales committed Jun 14, 2024
1 parent adbd3c2 commit 7aadf9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/specs/editor/various/publish-panel.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ test.describe( 'Post publish panel', () => {
await expect( publishPanel ).toBeVisible();

const postMetaPanel = publishPanel.locator(
'.entities-saved-states__post-meta'
'.entities-saved-states__changes'
);

await expect( postMetaPanel ).toBeVisible();
Expand Down

0 comments on commit 7aadf9a

Please sign in to comment.