Skip to content
Snippets Groups Projects
Commit e3569c70 authored by Mark Lapierre's avatar Mark Lapierre
Browse files

Commit to current branch by default

When using the Web IDE
parent 6308c0ab
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -69,7 +69,11 @@ export default {
:disabled="currentBranch && !currentBranch.can_push"
:title="$options.currentBranchPermissionsTooltip"
>
<span class="ide-radio-label" v-html="commitToCurrentBranchText"> </span>
<span
class="ide-radio-label"
data-qa-selector="commit_to_current_branch_radio"
v-html="commitToCurrentBranchText"
></span>
</radio-group>
<radio-group
:value="$options.commitToNewBranch"
Loading
Loading
Loading
Loading
@@ -34,6 +34,10 @@ module QA
element :dropdown_filter_input
end
 
view 'app/assets/javascripts/ide/components/commit_sidebar/actions.vue' do
element :commit_to_current_branch_radio
end
view 'app/assets/javascripts/ide/components/commit_sidebar/form.vue' do
element :begin_commit_button
element :commit_button
Loading
Loading
@@ -104,7 +108,7 @@ module QA
# animation is still in process even when the buttons have the
# expected visibility.
commit_success_msg_shown = retry_until do
uncheck_element :start_new_mr_checkbox
click_element :commit_to_current_branch_radio
click_element :commit_button
 
wait(reload: false) do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment