Skip to content

Commit 3157f13

Browse files
authored
chore: Advanced examples (#121)
1 parent 860a906 commit 3157f13

File tree

13 files changed

+1172
-1302
lines changed

13 files changed

+1172
-1302
lines changed

cypress/e2e/page_tests.cy.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ describe("Testing Each Documentation Page", () => {
3636
},
3737
{
3838
title: "Sort and Filter",
39-
headlines: ["Sort", "Filter"]
39+
headlines: ["Sort", "Filter", "Advanced Sorting and Filtering", "Multi-Level Sorting", "Complex Filtering"]
4040
},
4141
{
4242
title: "Alignment",
@@ -49,7 +49,11 @@ describe("Testing Each Documentation Page", () => {
4949
{
5050
title: "Calculated Columns",
5151
headlines: [
52-
"Sometimes you need a new column added automatically whose val is dependent on other fields in the same row"
52+
"Sometimes you need a new column added automatically whose val is dependent on other fields in the same row",
53+
"Using All Parameters",
54+
"Advanced Examples",
55+
"Using Row Index for Ranking",
56+
"Complex Computations with Multiple Subjects"
5357
]
5458
},
5559
{

cypress/e2e/url_tests.cy.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ describe("Testing Each Documentation Page", () => {
4545
{
4646
url: "/docs/doc-sort-filter",
4747
title: "Sort and Filter",
48-
headlines: ["Sort", "Filter"]
48+
headlines: ["Sort", "Filter", "Advanced Sorting and Filtering", "Multi-Level Sorting", "Complex Filtering"]
4949
},
5050
{
5151
url: "/docs/doc-alignment",
@@ -61,7 +61,11 @@ describe("Testing Each Documentation Page", () => {
6161
url: "/docs/doc-computed-function",
6262
title: "Calculated Columns",
6363
headlines: [
64-
"Sometimes you need a new column added automatically whose val is dependent on other fields in the same row"
64+
"Sometimes you need a new column added automatically whose val is dependent on other fields in the same row",
65+
"Using All Parameters",
66+
"Advanced Examples",
67+
"Using Row Index for Ranking",
68+
"Complex Computations with Multiple Subjects"
6569
]
6670
},
6771
{

0 commit comments

Comments
 (0)