Commit 9badf9e7 authored by Phil Hughes's avatar Phil Hughes

fixed `list_item_spec.js`

parent 04f4b868
...@@ -30,7 +30,7 @@ describe('Multi-file editor commit sidebar list item', () => { ...@@ -30,7 +30,7 @@ describe('Multi-file editor commit sidebar list item', () => {
}); });
it('renders file path', () => { it('renders file path', () => {
expect(vm.$el.querySelector('.multi-file-commit-list-path').textContent.trim()).toBe(f.path); expect(vm.$el.querySelector('.multi-file-commit-list-path').textContent).toContain(f.path);
}); });
it('renders actionn button', () => { it('renders actionn 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