use baseFixture for all spec files

This commit is contained in:
ryanrosello-og
2024-08-11 08:50:48 +10:00
parent d97a4d27b2
commit 11cfb54487
18 changed files with 35 additions and 18 deletions

View File

@ -1,4 +1,5 @@
import { test, expect, Page } from '@playwright/test'
import { test } from './lib/base-fixture'
import { expect, Page } from '@playwright/test'
import { deg, getUtils, setup, tearDown, wiggleMove } from './test-utils'
import { LineInputsType } from 'lang/std/sketchcombos'