move: test cases to new folder

This commit is contained in:
sanish-bruno
2025-09-08 16:32:13 +05:30
parent 0bce203851
commit 70d65d87c5
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { test, expect } from '../../playwright';
import { test, expect } from '../../../playwright';
test.describe('Cross-Collection Drag and Drop for folder', () => {
test('Verify cross-collection folder drag and drop', async ({ pageWithUserData: page, createTmpDir }) => {

View File

@@ -1,4 +1,4 @@
import { test, expect } from '../../playwright';
import { test, expect } from '../../../playwright';
test.describe('Cross-Collection Drag and Drop', () => {
test('Verify request drag and drop', async ({ pageWithUserData: page, createTmpDir }) => {