Commit 7d71684e authored by Paul Slaughter's avatar Paul Slaughter

Remove failing obsolete karma spec

It looks like we always want to show the dropdown
because now it contains a "Download CSV" option
which is always visible.

MR which made this spec obsolete:
https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/31679
parent bd0a23ef
......@@ -105,19 +105,6 @@ describe('Dashboard', () => {
done();
});
});
it('hides More actions dropdown on chart', done => {
setTimeout(() => {
expect(
vm
.findAll(GlDropdown)
.filter(d => d.attributes('data-original-title') === 'More actions')
.exists(),
).toBe(false);
done();
});
});
});
});
......
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