Skip to content

Replace deprecated usage of find/findAll in ee/spec/frontend/approvals

Illya Klymov requested to merge find-migrate-ee-approvals into master

What does this MR do and why?

Related to #350705 (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 intend to enable deprecation warnings (this will be done in separate MR) or to replace 100% occurences. 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.

Merge request reports

Loading