Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed May 31, 2022
1 parent 91b8de6 commit 8d3be47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -294,5 +294,5 @@ test('Render tab content with no children, editMode: true, canEdit: true', () =>
).toBeVisible();
expect(
screen.getByRole('link', { name: 'create a new chart' }),
).toHaveAttribute('href', '/chart/add');
).toHaveAttribute('href', '/chart/add?dashboard_id=23');
});

0 comments on commit 8d3be47

Please sign in to comment.