mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-04 13:29:13 -04:00
fix: add expect error message with toolHref
This commit is contained in:
parent
48df524f85
commit
720c874344
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue