Merge branch 'main' of usebruno/bruno into workspaces

This commit is contained in:
Bijin A B
2025-12-04 04:17:45 +05:30
517 changed files with 8831 additions and 7011 deletions

View File

@@ -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);