Skip to content

Commit

Permalink
chore: remove related test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed Dec 19, 2024
1 parent c3a254c commit edd7cba
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,6 @@ describe('CanvasEdge', () => {
});
});

it('should correctly style a running connection', () => {
const { container } = renderComponent({
props: { ...DEFAULT_PROPS, data: { ...DEFAULT_PROPS.data, status: 'running' } },
});

const edge = container.querySelector('.vue-flow__edge-path');

expect(edge).toHaveStyle({
stroke: 'var(--color-primary)',
});
});

it('should correctly style a pinned connection', () => {
const { container } = renderComponent({
props: { ...DEFAULT_PROPS, data: { ...DEFAULT_PROPS.data, status: 'pinned' } },
Expand Down

0 comments on commit edd7cba

Please sign in to comment.