Skip to content

Commit

Permalink
Clarify use of WP dashboard in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
aaemnnosttv committed Jan 17, 2025
1 parent e2cc0dd commit 6c4455f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/specs/api-cache.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ describe( 'API cache', () => {
} );

it( 'isolates client storage between sessions', async () => {
// Navigate to WP dashboard to use SK APIs
// while minimizing side-effects from reporting, etc.
await goToWordPressDashboard();

const initialTimeData = await googleSiteKitAPIGetTime();
Expand Down

0 comments on commit 6c4455f

Please sign in to comment.