Commit 5eb7ed75 authored by Phil Hughes's avatar Phil Hughes

fixed prop name in specs

parent 8c5adf68
......@@ -19,7 +19,7 @@ describe('Multi-file editor commit sidebar list collapsed', () => {
},
file('file2'),
],
icon: 'staged',
iconName: 'staged',
title: 'Staged',
});
......
......@@ -13,7 +13,7 @@ describe('Multi-file editor commit sidebar list', () => {
vm = createComponentWithStore(Component, store, {
title: 'Staged',
fileList: [],
icon: 'staged',
iconName: 'staged',
action: 'stageAllChanges',
actionBtnText: 'stage all',
itemActionComponent: 'stage-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