Skip to content

Commit

Permalink
Describe discrepancy of inexplicably-required line in code via explan…
Browse files Browse the repository at this point in the history
…atory comment.
  • Loading branch information
dmsnell authored and ellatrix committed Feb 20, 2023
1 parent fd8dbd3 commit ae4b606
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/e2e-tests/specs/performance/site-editor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ describe( 'Site Editor Performance', () => {
await visitSiteEditor( {
postId: id,
postType: 'page',
// This shouldn't be necessary, but without it the tests fail.
// Could be related to having the necessary cookies in the browser.
// See https://github.com/WordPress/gutenberg/pull/48240/files#r1111760556
path: '/navigation/single',
} );
} );
Expand Down

0 comments on commit ae4b606

Please sign in to comment.