fix: Adjust Firefox height #182
Annotations
10 errors and 1 warning
test/compare-images.test.ts > should detect an empty screenshot:
src/use-browser.ts#L650
Error: Unexpected errors in browser console:
[
{
"level": "SEVERE",
"message": "http://localhost:9615/favicon.ico - Failed to load resource: the server responded with a status of 404 (Not Found)",
"source": "network",
"timestamp": 1725260515095
}
]
❯ src/use-browser.ts:650:17
|
test/compare-images.test.ts > should compare two provided images directly:
src/use-browser.ts#L650
Error: Unexpected errors in browser console:
[
{
"level": "SEVERE",
"message": "http://localhost:9615/favicon.ico - Failed to load resource: the server responded with a status of 404 (Not Found)",
"source": "network",
"timestamp": 1725260515987
}
]
❯ src/use-browser.ts:650:17
|
test/compare-images.test.ts > should compare viewport screenshots:
src/use-browser.ts#L650
Error: Unexpected errors in browser console:
[
{
"level": "SEVERE",
"message": "http://localhost:9615/favicon.ico - Failed to load resource: the server responded with a status of 404 (Not Found)",
"source": "network",
"timestamp": 1725260517182
}
]
❯ src/use-browser.ts:650:17
|
test/compare-images.test.ts > should tolerate small color differences:
src/use-browser.ts#L650
Error: Unexpected errors in browser console:
[
{
"level": "SEVERE",
"message": "http://localhost:9615/favicon.ico - Failed to load resource: the server responded with a status of 404 (Not Found)",
"source": "network",
"timestamp": 1725260518014
}
]
❯ src/use-browser.ts:650:17
|
test/compare-images.test.ts > should detect major differences:
src/use-browser.ts#L650
Error: Unexpected errors in browser console:
[
{
"level": "SEVERE",
"message": "http://localhost:9615/favicon.ico - Failed to load resource: the server responded with a status of 404 (Not Found)",
"source": "network",
"timestamp": 1725260519209
}
]
❯ src/use-browser.ts:650:17
|
test/compare-images.test.ts > should compare images with different sizes:
src/use-browser.ts#L650
Error: Unexpected errors in browser console:
[
{
"level": "SEVERE",
"message": "http://localhost:9615/favicon.ico - Failed to load resource: the server responded with a status of 404 (Not Found)",
"source": "network",
"timestamp": 1725260520362
}
]
❯ src/use-browser.ts:650:17
|
test/compare-images.test.ts > should capture only visible parts of elements that are positioned off the page:
src/use-browser.ts#L650
Error: Unexpected errors in browser console:
[
{
"level": "SEVERE",
"message": "http://localhost:9615/favicon.ico - Failed to load resource: the server responded with a status of 404 (Not Found)",
"source": "network",
"timestamp": 1725260521520
}
]
❯ src/use-browser.ts:650:17
|
test/compare-images.test.ts > should generate valid diffs for elements with non-integer widths:
src/use-browser.ts#L650
Error: Unexpected errors in browser console:
[
{
"level": "SEVERE",
"message": "http://localhost:9615/favicon.ico - Failed to load resource: the server responded with a status of 404 (Not Found)",
"source": "network",
"timestamp": 1725260522647
}
]
❯ src/use-browser.ts:650:17
|
test/compare-images.test.ts > should produce correct images:
src/use-browser.ts#L650
Error: Unexpected errors in browser console:
[
{
"level": "SEVERE",
"message": "http://localhost:9615/favicon.ico - Failed to load resource: the server responded with a status of 404 (Not Found)",
"source": "network",
"timestamp": 1725260523666
}
]
❯ src/use-browser.ts:650:17
|
test/full-page-screenshot.test.ts > scrollAndMergeStrategy and puppeteerStrategy produce same for single page:
src/use-browser.ts#L650
Error: Unexpected errors in browser console:
[
{
"level": "SEVERE",
"message": "http://localhost:9615/favicon.ico - Failed to load resource: the server responded with a status of 404 (Not Found)",
"source": "network",
"timestamp": 1725260541130
}
]
❯ src/use-browser.ts:650:17
|
release / release
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|