Commit 7d5e974b authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '301110-merge-train-test-selector' into 'master'

Add a data-qa-selector for merge_button

See merge request gitlab-org/gitlab!53461
parents d212e78d 56e137ba
......@@ -459,6 +459,7 @@ export default {
:variant="mergeButtonVariant"
:disabled="isMergeButtonDisabled"
:loading="isMakingRequest"
data-qa-selector="merge_button"
@click="handleMergeButtonClick(isAutoMergeAvailable)"
>{{ mergeButtonText }}</gl-button
>
......
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