move codegen file
This commit is contained in:
parent
20cad7e62c
commit
0fefd1e7e5
|
|
@ -14,8 +14,8 @@
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import { test, expect } from './playwright-test-fixtures';
|
import { test, expect } from '@playwright/test';
|
||||||
import { generatePlaywrightRequestCall } from '../../packages/playwright-core/src/utils/isomorphic/codegen';
|
import { generatePlaywrightRequestCall } from "../../../packages/trace-viewer/src/ui/codegen";
|
||||||
|
|
||||||
test('generatePlaywrightRequestCall', () => {
|
test('generatePlaywrightRequestCall', () => {
|
||||||
expect(generatePlaywrightRequestCall({
|
expect(generatePlaywrightRequestCall({
|
||||||
Loading…
Reference in a new issue