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 c11c691 commit c96bcd0Copy full SHA for c96bcd0
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