Fixed comment
This commit is contained in:
Родитель
6fb91e5070
Коммит
ca96ed494a
|
@ -468,7 +468,7 @@ describe('Unit tests for HighchartsChart.getCategoriesAndSeries method', () => {
|
||||||
expect(result.categories).toEqual(expected.categories);
|
expect(result.categories).toEqual(expected.categories);
|
||||||
}
|
}
|
||||||
|
|
||||||
it('Validate getSplitByCategoriesAndSeries for Line chart: pie chart with 2 levels', () => {
|
it('Validate getSplitByCategoriesAndSeries for Pie chart: pie chart with 2 levels', () => {
|
||||||
const rows = [
|
const rows = [
|
||||||
['Israel', 'Tel Aviv', 10],
|
['Israel', 'Tel Aviv', 10],
|
||||||
['United States', 'Redmond', 5],
|
['United States', 'Redmond', 5],
|
||||||
|
@ -537,7 +537,7 @@ describe('Unit tests for HighchartsChart.getCategoriesAndSeries method', () => {
|
||||||
validateResults(result, expected);
|
validateResults(result, expected);
|
||||||
});
|
});
|
||||||
|
|
||||||
it('Validate getSplitByCategoriesAndSeries for Line chart: pie chart with 3 levels', () => {
|
it('Validate getSplitByCategoriesAndSeries for Donut chart: pie chart with 3 levels', () => {
|
||||||
const rows = [
|
const rows = [
|
||||||
['Internet Explorer', 'v8', '0', 10],
|
['Internet Explorer', 'v8', '0', 10],
|
||||||
['Chrome', 'v65', '0', 5],
|
['Chrome', 'v65', '0', 5],
|
||||||
|
|
Загрузка…
Ссылка в новой задаче