Commit 56e137ba authored by Will Meek's avatar Will Meek

Add a data-qa-selector for merge_button

This commit adds a data-qa-selector to fix Merge Train end to end tests
Issue https://gitlab.com/gitlab-org/gitlab/-/issues/301110
parent 2b5f958e
......@@ -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