Skip to content

Commit

Permalink
- update typo, remove duplocate test
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbahl committed Feb 27, 2024
1 parent 4b40bb0 commit 5cc2846
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/e2e/specs/drawer.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import {
visitPublicFacingPage
} from '../utils.js';

const { test, expect, describe } = require( '@wordpress/e2e-test-utils-playwright' );
const { test, expect } = require( '@wordpress/e2e-test-utils-playwright' );

const selectors = {
graphiqlContainer: '.graphiql-container',
Expand Down Expand Up @@ -135,7 +135,7 @@ test.skip('expect error if invalid json is submitted for variables', async ({ pa

test.skip('expect error if invalid query is submitted', async ({ page }) => { });

describe('query params', () => {
test.describe('query params', () => {

test.skip('loads with fetcher in authenticated state if query param ?wpgql_is_authenticated=true', async ({ page }) => {});

Expand All @@ -148,7 +148,6 @@ describe('query params', () => {

test.skip('loads with drawer open if ?wpgql_query exists as a query param', async ({ page }) => {});
test.skip('query editor is populated with the query passed in from the ?wpgql_query query param', async ({ page }) => {});
test.skip('query editor is populated with the query passed in from the ?wpgql_query query param', async ({ page }) => {});

test.skip('loads with drawer open if ?wpgql_query_hash exists as a query param', async ({ page }) => {});
test.skip('query editor is populated with the (unhashed) query passed in from the ?wpgql_query_hash query param', async ({ page }) => {});
Expand Down

0 comments on commit 5cc2846

Please sign in to comment.