Skip to content

Replace usage of find/findAll in vue_shared

Illya Klymov requested to merge xanf-migrate-vue-shared into master

What does this MR do and why?

Closes #350798 (closed)

Contents of this MR is autogenerated by snippet $2238476

Basically each time when @vue/test-utils generates warning about find / findAll being used to search for a component - we capture where it happens and do find & replace.

Please note, this series of MR does not intent to enable deprecation warnings (this will be done in separate MR) or to replace 100% occurrences. Our intention is to do as much work automatically as possible, while splitting it in separate MRs to avoid conflicts

How to set up and validate locally

As soon as pipeline is green - we should be good! We're not touching any content except tests

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Illya Klymov

Merge request reports