Fix repo_file_options_spec

This commit is contained in:
Luke "Jared" Bennett 2017-08-04 12:15:51 +01:00
parent c3afc61f8a
commit 38a6127160
No known key found for this signature in database
GPG Key ID: 402ED51FB5D306C2
1 changed files with 0 additions and 2 deletions

View File

@ -20,8 +20,6 @@ describe('RepoFileOptions', () => {
expect(vm.$el.classList.contains('repo-file-options')).toBeTruthy();
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', () => {