Skip to content

Upgrading VTU to v1: Replace deprecated `contains` method

Illya Klymov requested to merge xanf-v1-contains into master

What does this MR do?

.contains will be deprecated in @vue/test-utils 1.x. This MR contains first part of removing this deprecated method from our tests codebase

This MR was generated by extremely simple regexp

wrapper\.contains\(([^)]+)\) ==> wrapper.find($1).exists()

Screenshots

N/A

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports