style: update variable validation colors in StyledWrapper components … #44
Annotations
2 errors and 1 notice
|
tests/import/postman/invalid-missing-info.spec.ts#L20
2) [default] › tests/import/postman/invalid-missing-info.spec.ts:5:7 › Invalid Postman Collection - Missing Info › Handle Postman collection missing required info field
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
18 | // Check for error message
19 | const hasError = await page.getByText('Unsupported collection format').first().isVisible();
> 20 | expect(hasError).toBe(true);
| ^
21 |
22 | // Cleanup: close any open modals
23 | await page.getByTestId('modal-close-button').click();
at /home/runner/work/bruno/bruno/tests/import/postman/invalid-missing-info.spec.ts:20:22
|
|
tests/import/postman/invalid-json.spec.ts#L21
1) [default] › tests/import/postman/invalid-json.spec.ts:5:7 › Invalid Postman Collection - Invalid JSON › Handle invalid JSON syntax
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
19 | const hasError = await page.getByText('Unsupported collection format').first().isVisible();
20 |
> 21 | expect(hasError).toBe(true);
| ^
22 |
23 | // Cleanup: close any open modals
24 | await page.getByTestId('modal-close-button').click();
at /home/runner/work/bruno/bruno/tests/import/postman/invalid-json.spec.ts:21:22
|
|
2 flaky
[default] › tests/import/postman/invalid-json.spec.ts:5:7 › Invalid Postman Collection - Invalid JSON › Handle invalid JSON syntax
[default] › tests/import/postman/invalid-missing-info.spec.ts:5:7 › Invalid Postman Collection - Missing Info › Handle Postman collection missing required info field
5 skipped
214 passed (10.3m)
|
The logs for this run have expired and are no longer available.
Loading