Skip to content

Commit

Permalink
Use test from utils
Browse files Browse the repository at this point in the history
  • Loading branch information
clari182 committed Jul 10, 2024
1 parent 1a7f362 commit 563d3cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/gatsby-site/playwright/e2e/integration/cset.spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { test, expect, Page } from '@playwright/test';
import { expect, Page } from '@playwright/test';
import { gql } from '@apollo/client';
import { query } from '../../utils';
import { query, test } from '../../utils';

const urls = [
{ namespace: 'CSETv0', url: '/taxonomy/csetv0' },
Expand Down

0 comments on commit 563d3cb

Please sign in to comment.