refactor(frontend): Vue 드래그 정렬 라이브러리를 교체
This commit is contained in:
@@ -344,6 +344,7 @@ test('physical mobile touch reorders NPC priority across active and inactive lis
|
||||
const nationPanel = mobilePage.locator('.priority-panel').first();
|
||||
const activeList = nationPanel.locator('.priority-column').nth(1).locator('.priority-list');
|
||||
const activeRows = activeList.locator('.priority-item');
|
||||
await expect(activeRows.first()).toHaveCSS('touch-action', 'none');
|
||||
await touchDrag(
|
||||
mobilePage,
|
||||
activeRows.nth(0),
|
||||
|
||||
Reference in New Issue
Block a user