Commit 38a61271 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Fix repo_file_options_spec

parent c3afc61f
...@@ -20,8 +20,6 @@ describe('RepoFileOptions', () => { ...@@ -20,8 +20,6 @@ describe('RepoFileOptions', () => {
expect(vm.$el.classList.contains('repo-file-options')).toBeTruthy(); expect(vm.$el.classList.contains('repo-file-options')).toBeTruthy();
expect(vm.$el.querySelector('.title').textContent).toEqual(projectName); expect(vm.$el.querySelector('.title').textContent).toEqual(projectName);
expect(vm.$el.querySelector('a[title="New File"]')).toBeTruthy();
expect(vm.$el.querySelector('a[title="New Folder"]')).toBeTruthy();
}); });
it('does not render if isMini is false', () => { it('does not render if isMini is false', () => {
......
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