Change wrapper.filter to wrapper.find in alert_details_table_spec
requested to merge 504670-make-spec-frontend-vue_shared-components-alert_details_table_spec-js-vue3-compatible into master
What does this MR do and why?
To fix Vue3 spec issue around using filter
.
References
Please include cross links to any resources that are relevant to this MR. This will give reviewers and future readers helpful context to give an efficient review of the changes introduced.
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.
Screenshots or screen recordings
No changes.
How to set up and validate locally
$ VUE_VERSION=3 yarn jest spec/frontend/vue_shared/components/alert_details_table_spec.js
Related to #504670 (closed)