Skip to content

Fix tests which are failing in @vue/test-utils 1.x" due to search by name

Illya Klymov requested to merge xanf-fix-wrong-search into master

What does this MR do?

Related issue: #240756 (closed)

VTU 1.x will deprecate .find() by passing name, i.e. .find({ name: 'foo' }) and in certain cases it fails in such search (not just throwing deprecation warning)

This MR refactors such .find instances from our code base

Screenshots

N/A

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Illya Klymov

Merge request reports

Loading