1
0
Fork 0
mirror of https://github.com/CorentinTh/it-tools.git synced 2025-08-09 15:35:19 +02:00

fix: add expect error message with toolHref

This commit is contained in:
ShareVB 2024-07-07 23:17:52 +02:00
parent 48df524f85
commit 720c874344

View file

@ -34,7 +34,7 @@ test.describe('IT Tool', () => {
await expect(page).toHaveTitle(/.+ - IT Tools/); await expect(page).toHaveTitle(/.+ - IT Tools/);
expect(errors).toHaveLength(0); expect(errors, `${toolHref} to have no JS error`).toHaveLength(0);
}); });
} }
}); });