don't use base fixture

This commit is contained in:
Ryan Rosello
2024-08-11 20:15:19 +10:00
parent 235f39717e
commit d85bfa39e1
20 changed files with 59 additions and 84 deletions

View File

@ -1,5 +1,4 @@
import { test } from './lib/base-fixture'
import { expect } from '@playwright/test'
import { test, expect } from '@playwright/test'
import { getUtils, setup, tearDown } from './test-utils'
import { bracket } from 'lib/exampleKcl'