Commit 66786d79 authored by Phil Hughes's avatar Phil Hughes

fixed karma build

parent ae98def3
......@@ -67,7 +67,7 @@ export default {
:title="tab.url"
>
{{ tab.name }}
<fileStatusIcon
<file-status-icon
:file="tab"
/>
</div>
......
......@@ -91,7 +91,7 @@ describe('RepoTab', () => {
});
it('renders a tooltip', () => {
expect(vm.$el.querySelector('.repo-tab span').dataset.originalTitle).toContain('Locked by testuser');
expect(vm.$el.querySelector('span').dataset.originalTitle).toContain('Locked by testuser');
});
});
......
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