mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-29 15:44:13 +00:00
move: test cases to new folder
This commit is contained in:
@@ -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 }) => {
|
||||
@@ -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 }) => {
|
||||
Reference in New Issue
Block a user