Skip to content

Commit

Permalink
Remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
josephfusco committed May 6, 2024
1 parent cc6ad86 commit 875e201
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/e2e/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,13 +127,6 @@ export async function visitPluginsPage( page ) {
} );
}

export async function visitSpecificPage(page, path) {
const fullUrl = `${wpHomeUrl}${path}`;
await page.goto(fullUrl, {
waitUntil: 'networkidle',
});
}

export async function openDrawer( page ) {
const isDrawerVisible = await page
.locator( '.graphiql-container' )
Expand Down

0 comments on commit 875e201

Please sign in to comment.