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