mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 06:28:33 +00:00
Merge branch 'main' of usebruno/bruno into workspaces
This commit is contained in:
@@ -15,7 +15,6 @@ test.describe('Invalid Insomnia Collection - Malformed Structure', () => {
|
||||
|
||||
await page.setInputFiles('input[type="file"]', insomniaFile);
|
||||
|
||||
|
||||
// Check for error message - this should fail during JSON parsing
|
||||
const hasError = await page.getByText('Failed to parse the file').first().isVisible();
|
||||
expect(hasError).toBe(true);
|
||||
|
||||
Reference in New Issue
Block a user