Skip to content

Commit c96bcd0

Browse files
committed
test(angular): renamed utils file
1 parent c11c691 commit c96bcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular/test/base/e2e/src/standalone/reorder-group.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { expect } from '@playwright/test';
22
import { test } from '@playwright/test';
3-
import { dragElementBy } from '../../utils/drag-element';
3+
import { dragElementBy } from '../../utils/drag-utils';
44

55
test.describe('reorder-group: angular standalone', () => {
66
test('should reorder the items', async ({ page }) => {

0 commit comments

Comments
 (0)