Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Use
FileSystem::real_path
when comparing paths
Paths in `headless-browser` tests were being compared by string value. With this patch, they will be compared by their real path instead, ensuring relative paths and symlinks are handled correctly.
- Loading branch information