Commit 49837033 authored by Jannik Lehmann's avatar Jannik Lehmann Committed by Sanad Liaquat

Refactor user approval qa-selector

parent a9a8dd14
......@@ -46,7 +46,6 @@ export default {
attributes: [{ variant: 'confirm', 'data-qa-selector': 'approve_user_confirm_button' }],
},
messageHtml,
'data-qa-selector': 'approve_user_button',
},
});
},
......@@ -55,7 +54,7 @@ export default {
</script>
<template>
<gl-dropdown-item @click="onClick">
<gl-dropdown-item data-qa-selector="approve_user_button" @click="onClick">
<slot></slot>
</gl-dropdown-item>
</template>
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