mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
Update e2e/smoke.spec.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -41,10 +41,10 @@ test.describe('Basic Smoke Tests', () => {
|
||||
);
|
||||
|
||||
// Should have no critical console errors
|
||||
if (criticalErrors.length > 0) {
|
||||
console.log('Console errors found:', criticalErrors);
|
||||
}
|
||||
expect(criticalErrors.length).toBe(0);
|
||||
expect(
|
||||
criticalErrors,
|
||||
`Console errors found: ${criticalErrors.join('\n')}`
|
||||
).toEqual([]);
|
||||
});
|
||||
|
||||
test('should have viewport properly configured', async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user