Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions cypress/e2e/page_tests.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ describe("Testing Each Documentation Page", () => {
},
{
title: "Sort and Filter",
headlines: ["Sort", "Filter"]
headlines: ["Sort", "Filter", "Advanced Sorting and Filtering", "Multi-Level Sorting", "Complex Filtering"]
},
{
title: "Alignment",
Expand All @@ -49,7 +49,11 @@ describe("Testing Each Documentation Page", () => {
{
title: "Calculated Columns",
headlines: [
"Sometimes you need a new column added automatically whose val is dependent on other fields in the same row"
"Sometimes you need a new column added automatically whose val is dependent on other fields in the same row",
"Using All Parameters",
"Advanced Examples",
"Using Row Index for Ranking",
"Complex Computations with Multiple Subjects"
]
},
{
Expand Down
8 changes: 6 additions & 2 deletions cypress/e2e/url_tests.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ describe("Testing Each Documentation Page", () => {
{
url: "/docs/doc-sort-filter",
title: "Sort and Filter",
headlines: ["Sort", "Filter"]
headlines: ["Sort", "Filter", "Advanced Sorting and Filtering", "Multi-Level Sorting", "Complex Filtering"]
},
{
url: "/docs/doc-alignment",
Expand All @@ -61,7 +61,11 @@ describe("Testing Each Documentation Page", () => {
url: "/docs/doc-computed-function",
title: "Calculated Columns",
headlines: [
"Sometimes you need a new column added automatically whose val is dependent on other fields in the same row"
"Sometimes you need a new column added automatically whose val is dependent on other fields in the same row",
"Using All Parameters",
"Advanced Examples",
"Using Row Index for Ranking",
"Complex Computations with Multiple Subjects"
]
},
{
Expand Down
Loading