summaryrefslogtreecommitdiff
path: root/spec/frontend/projects/commit/components/form_modal_spec.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/projects/commit/components/form_modal_spec.js')
-rw-r--r--spec/frontend/projects/commit/components/form_modal_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/projects/commit/components/form_modal_spec.js b/spec/frontend/projects/commit/components/form_modal_spec.js
index 20c312ec771..c59cf700e0d 100644
--- a/spec/frontend/projects/commit/components/form_modal_spec.js
+++ b/spec/frontend/projects/commit/components/form_modal_spec.js
@@ -157,7 +157,7 @@ describe('CommitFormModal', () => {
});
it('Changes the start_branch input value', async () => {
- findBranchesDropdown().vm.$emit('selectBranch', '_changed_branch_value_');
+ findBranchesDropdown().vm.$emit('input', '_changed_branch_value_');
await nextTick();