Files
modeling-app/e2e/playwright/playwright-deprecated.ts
Kurt Hutten 5112b48324 Should exit sketchMode when creating new file in the file tree pane (#3993)
* fix new file sketch mode issue

* initial extron app fixture

* Add tests for exiting sketch mode on file tree actions

* organise files

* before all after all clean up

* tweak after each

* makes typedKeys as unsafe

* update mask for draft line snapshots

* fix mask

* add fix again
2024-09-30 21:56:04 +00:00

8 lines
222 B
TypeScript

import { test, expect } from '@playwright/test'
/** @deprecated, import from ./fixtureSetup.ts instead */
export const _test = test
/** @deprecated, import from ./fixtureSetup.ts instead */
export const _expect = expect