Query Limiting - spec/features/projects/user_changes_project_visibility_spec.rb
<!--IssueSummary start-->
<details>
<summary>
Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards.
</summary>
- [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=381259)
</details>
<!--IssueSummary end-->
This issue is for investigation of the number of queries used in the `'with unlink_fork_network_upon_visibility_decrease = false'` spec in `features/projects/user_changes_project_visibility_spec.rb`. The limit was updated within the gitlab-org/gitlab!101976+. The number of queries should be reduced to less than 100 and the corresponding whitelisted sections of code (`Gitlab::QueryLimiting.whitelist('...')`) should be removed.
issue