Commit 55dbf85d authored by Marin Jankovski's avatar Marin Jankovski

Merge branch '13550-remove-failing-obsolete-karma-spec' into 'master'

Remove failing obsolete karma spec

Closes #13550

See merge request gitlab-org/gitlab-ee!15208
parents f57f585c 7d71684e
...@@ -105,19 +105,6 @@ describe('Dashboard', () => { ...@@ -105,19 +105,6 @@ describe('Dashboard', () => {
done(); 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