Skip to content

Commit

Permalink
Remove obsolete path param
Browse files Browse the repository at this point in the history
As in #48094
  • Loading branch information
WunderBart committed Feb 21, 2023
1 parent b8bb968 commit ff3cdc7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/e2e-tests/specs/performance/site-editor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ describe( 'Site Editor Performance', () => {
await visitSiteEditor( {
postId,
postType: 'page',
path: '/navigation/single',
} );

// Wait for the canvas to become editable.
Expand Down Expand Up @@ -150,7 +149,6 @@ describe( 'Site Editor Performance', () => {
await visitSiteEditor( {
postId,
postType: 'page',
path: '/navigation/single',
} );

// Wait for the canvas to become editable.
Expand Down

0 comments on commit ff3cdc7

Please sign in to comment.