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/);
expect(errors).toHaveLength(0);
expect(errors, `${toolHref} to have no JS error`).toHaveLength(0);
});
}
});