Commit 5fb2a097 authored by Mark Lapierre's avatar Mark Lapierre

Remove unused QA selectors

These selectors were left behind when selectors only used in units
tests were being renamed.
parent 0cb71896
......@@ -124,7 +124,7 @@ export default {
:cursor-offset="4"
:tag-content="lineContent"
icon="doc-code"
class="qa-suggestion-btn js-suggestion-btn"
class="js-suggestion-btn"
@click="handleSuggestDismissed"
/>
<gl-popover
......
......@@ -55,7 +55,7 @@ export default {
<gl-button
v-else-if="canApply"
v-gl-tooltip.viewport="__('This also resolves the discussion')"
class="btn-inverted qa-apply-btn js-apply-btn"
class="btn-inverted js-apply-btn"
:disabled="isApplying"
variant="success"
@click="applySuggestion"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment