Change feature spec to use `data-qa` and remove unused `js-` qa selector
<!--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=277433) </details> <!--IssueSummary end--> The following discussion from !46406 should be addressed: - I'd love to see this changed to a `data-qa` selector, as I think that's what is expected by the ~Quality team - Also, if we're not using `js-file-title` here maybe it could be removed. _spec/features/merge_request/user_views_diffs_spec.rb_ ``` it 'expands all diffs' do first('.diff-toggle-caret').click ```
issue