mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2024-12-23 09:30:31 +03:00
Removed last reference to graph instead of chart
This commit is contained in:
parent
f89e4244ea
commit
6d79851d18
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ describe('<VisitStats />', () => {
|
|||
expect(table).toHaveLength(1);
|
||||
});
|
||||
|
||||
it('holds the map button content generator on cities graph extraHeaderContent', () => {
|
||||
it('holds the map button content generator on cities chart extraHeaderContent', () => {
|
||||
const wrapper = createComponent({ loading: false, error: false, visits });
|
||||
const citiesChart = wrapper.find(SortableBarChartCard).find('[title="Cities"]');
|
||||
const extraHeaderContent = citiesChart.prop('extraHeaderContent');
|
||||
|
|
Loading…
Reference in a new issue