Skip to content

Fix Dropzone feature test helper when using Vite

What does this MR do and why?

This fixes many failed test cases in spec/support/shared_examples/features/wiki/user_updates_wiki_page_shared_examples.rb when using Vite locally.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

  1. Run spec/support/shared_examples/features/wiki/user_updates_wiki_page_shared_examples.rb spec with Vite
  2. Only dropzone unrelated tests should fail
Edited by Stanislav Lashmanov

Merge request reports