Commit 6735658c authored by pburdette's avatar pburdette

Add test coverage for upstream pipeline

If a pipeline is upstream it should
still contain the connecting lines
with a cross project triangle icon.
parent d4a99cd5
......@@ -35,4 +35,8 @@ describe('Linked Pipelines Column', () => {
expect(linkedPipelineElements.length).toBe(props.linkedPipelines.length);
});
it('renders cross project triangle when column is upstream', () => {
expect(vm.$el.querySelector('.cross-project-triangle')).toBeDefined();
});
});
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