Skip to content

Fix jQuery Endless Scroll in Vite

What does this MR do and why?

This MR fixes qa/specs/features/browser_ui/9_data_stores/project/view_project_activity_spec.rb spec in Vite.

The bug was caused by missing jQuery reference in the script. To fix that we explicitly pass the reference to the plugin.

How to set up and validate locally

  1. Run qa/specs/features/browser_ui/9_data_stores/project/view_project_activity_spec.rb with Vite enabled
Edited by Stanislav Lashmanov

Merge request reports