You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests/test_playwrightprovider: assert browsers live under install_root/cache
Devin caught the test drift from the PLAYWRIGHT_BROWSERS_PATH rework:
browsers now land in ``<install_root>/cache/chromium-<buildId>/``
(matching the ``install_root/cache`` default abxpkg pins), not
directly under ``install_root``. Update every place that iterates
``playwright_root`` or ``install_root`` looking for ``chromium-*/``
dirs to walk ``<root>/cache`` instead — covering the chromium install
lifecycle assertions, the ``--no-shell`` carveout check, the update
test's resolved-target ancestry check, and the dry-run "no browsers
got downloaded" check.
Also points the symlink ancestry assertion in
``test_chromium_install_puts_real_browser_into_managed_bin_dir`` at
``playwright_root/cache`` since that's the actual
``PLAYWRIGHT_BROWSERS_PATH`` root the symlinks resolve into.
0 commit comments