Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix the
LinkeDOM
e2e test (#2818)
The e2e test have been failing since ~2 months ago because of the LinkeDOM test. This was happening because of the [brittle implementation](https://github.com/WebReflection/linkedom/blob/71399b5e9128d97e3de901eebad9ce8776793a96/cjs/html/document.js#L79) of the `title` method in LinkeDOM. On the (no JS) Crawlee homepage, there is no `<head>` element, so LinkeDOM doesn't find the `title` and returns empty string.
- Loading branch information