Commit 2e625638 authored by Savas Vedova's avatar Savas Vedova

Rename specs for better clarification

parent 41439630
......@@ -92,12 +92,12 @@ describe('First class vulnerability filters component', () => {
});
});
describe('pipeline dashboard', () => {
describe('activity filter', () => {
beforeEach(() => {
wrapper = createComponent({ provide: { dashboardType: DASHBOARD_TYPES.PIPELINE } });
});
it('does not display the activity filter', () => {
it('does not display on the pipeline dashboard', () => {
expect(findActivityFilter().exists()).toBe(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