add custom base test fixture
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
import { test, expect } from '@playwright/test'
|
||||
|
||||
import { expect } from '@playwright/test'
|
||||
import { getUtils, setup, tearDown } from './test-utils'
|
||||
import { SaveSettingsPayload } from 'lib/settings/settingsTypes'
|
||||
import { TEST_SETTINGS_KEY, TEST_SETTINGS_CORRUPTED } from './storageStates'
|
||||
import * as TOML from '@iarna/toml'
|
||||
import { test } from './lib/base-fixture'
|
||||
|
||||
test.beforeEach(async ({ context, page }) => {
|
||||
await setup(context, page)
|
||||
|
Reference in New Issue
Block a user