fixed files replaced toBeTruthy toBeFalsy
What does this MR do and why?
Update tests, replace toBeTruthy and/or toBeFalsy with more specific matchers in the following files and issues:
spec/frontend/pipeline_editor/components/popovers/walkthrough_popover_spec.js - Issue #369657 (closed)
ee/spec/frontend/geo_node_form/components/geo_node_form_spec.js - Issue #369708 (closed)
spec/frontend/repository/components/blob_button_group_spec.js - Issue #369640 (closed)
spec/frontend/vue_shared/components/stacked_progress_bar_spec.js - Issue #369668 (closed)
spec/frontend/jira_connect/subscriptions/pages/sign_in/sign_in_gitlab_com_spec.js - Issue #369637 (closed)
ee/spec/frontend/epic/components/epic_form_spec.js - Issue #369633 (closed)
Screenshots or screen recordings
n/a
How to set up and validate locally
yarn jest spec/frontend/pipeline_editor/components/popovers/walkthrough_popover_spec.js
yarn jest ee/spec/frontend/geo_node_form/components/geo_node_form_spec.js
yarn jest spec/frontend/repository/components/blob_button_group_spec.js
yarn jest spec/frontend/vue_shared/components/stacked_progress_bar_spec.js
yarn jest spec/frontend/jira_connect/subscriptions/pages/sign_in/sign_in_gitlab_com_spec.js
yarn jest ee/spec/frontend/epic/components/epic_form_spec.js
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.