Commit c012144b authored by Ezekiel Kigbo's avatar Ezekiel Kigbo

Address minor review comments

parent 5f28c6da
...@@ -34,7 +34,7 @@ export default { ...@@ -34,7 +34,7 @@ export default {
<div> <div>
<gl-button <gl-button
v-gl-modal="$options.modalId" v-gl-modal="$options.modalId"
class="gl-button btn btn-danger" class="gl-button"
variant="danger" variant="danger"
:disabled="disabled" :disabled="disabled"
data-testid="confirm-danger-button" data-testid="confirm-danger-button"
......
...@@ -65,7 +65,6 @@ export default { ...@@ -65,7 +65,6 @@ export default {
<template> <template>
<gl-modal <gl-modal
ref="modal" ref="modal"
class="qa-confirm-modal"
:modal-id="modalId" :modal-id="modalId"
:data-testid="modalId" :data-testid="modalId"
:title="$options.i18n.CONFIRM_DANGER_MODAL_TITLE" :title="$options.i18n.CONFIRM_DANGER_MODAL_TITLE"
...@@ -83,7 +82,7 @@ export default { ...@@ -83,7 +82,7 @@ export default {
</template> </template>
</gl-sprintf> </gl-sprintf>
</p> </p>
<gl-form-group class="'form-control qa-confirm-input'" :state="isValid"> <gl-form-group class="form-control" :state="isValid">
<gl-form-input v-model="confirmationPhrase" data-testid="confirm-danger-input" type="text" /> <gl-form-input v-model="confirmationPhrase" data-testid="confirm-danger-input" type="text" />
</gl-form-group> </gl-form-group>
</gl-modal> </gl-modal>
......
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