···33import type { ScreenshotMatcherOptions } from '../../../../context'
44import type { ScreenshotMatcherArguments, ScreenshotMatcherOutput } from '../../../shared/screenshotMatcher/types'
55import type { Locator } from '../locators'
66-import { recordArtifact } from '@vitest/runner'
66+import { recordArtifact } from 'vitest'
77import { getBrowserState } from '../../utils'
88import { convertToSelector } from '../tester-utils'
99