We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 671f656 commit 2ff7d23Copy full SHA for 2ff7d23
packages/angular/test/base/e2e/src/standalone/reorder-group.spec.ts
@@ -1,6 +1,6 @@
1
import { expect } from '@playwright/test';
2
import { test } from '@playwright/test';
3
-import { dragElementBy } from '../../utils/drag-element';
+import { dragElementBy } from '../../utils/drag-utils';
4
5
test.describe('reorder-group: angular standalone', () => {
6
test('should reorder the items', async ({ page }) => {
0 commit comments