Skip to content

Commit 3579d04

Browse files
committed
test message
1 parent 860a906 commit 3579d04

File tree

14 files changed

+24337
-2507
lines changed

14 files changed

+24337
-2507
lines changed

cypress/e2e/page_tests.cy.ts

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ describe("Testing Each Documentation Page", () => {
3232
},
3333
{
3434
title: "Coloring",
35-
headlines: ["Coloring", "Batch Row coloring", "Custom Color"]
35+
headlines: ["Coloring", "Batch Row coloring", "Custom Color", "Advanced Color Mapping", "Semantic Colors", "Conditional Coloring"]
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,12 @@ 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",
57+
"Memory-Efficient Computed Columns"
5358
]
5459
},
5560
{
@@ -71,7 +76,10 @@ describe("Testing Each Documentation Page", () => {
7176
{
7277
title: "Border Design",
7378
headlines: [
74-
"You can configure the border of the table by passing style in Table constructor"
79+
"You can configure the border of the table by passing style in Table constructor",
80+
"Advanced Border Styles",
81+
"Custom Border Styles",
82+
"Colored Borders with Chalk"
7583
]
7684
},
7785
{

cypress/e2e/url_tests.cy.ts

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ describe("Testing Each Documentation Page", () => {
4040
{
4141
url: "/docs/doc-color",
4242
title: "Coloring",
43-
headlines: ["Coloring", "Batch Row coloring", "Custom Color"]
43+
headlines: ["Coloring", "Batch Row coloring", "Custom Color", "Advanced Color Mapping", "Semantic Colors", "Conditional Coloring"]
4444
},
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,12 @@ 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",
69+
"Memory-Efficient Computed Columns"
6570
]
6671
},
6772
{
@@ -87,7 +92,10 @@ describe("Testing Each Documentation Page", () => {
8792
url: "/docs/doc-border-design",
8893
title: "Border Design",
8994
headlines: [
90-
"You can configure the border of the table by passing style in Table constructor"
95+
"You can configure the border of the table by passing style in Table constructor",
96+
"Advanced Border Styles",
97+
"Custom Border Styles",
98+
"Colored Borders with Chalk"
9199
]
92100
},
93101
{

0 commit comments

Comments
 (0)