Skip to content

Commit 548c87f

Browse files
committed
test message
1 parent 51673d8 commit 548c87f

File tree

2 files changed

+6
-14
lines changed

2 files changed

+6
-14
lines changed

cypress/e2e/page_tests.cy.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe("Testing Each Documentation Page", () => {
3232
},
3333
{
3434
title: "Coloring",
35-
headlines: ["Coloring", "Batch Row coloring", "Custom Color", "Advanced Color Mapping", "Semantic Colors", "Conditional Coloring"]
35+
headlines: ["Coloring", "Batch Row coloring", "Custom Color"]
3636
},
3737
{
3838
title: "Sort and Filter",
@@ -53,8 +53,7 @@ describe("Testing Each Documentation Page", () => {
5353
"Using All Parameters",
5454
"Advanced Examples",
5555
"Using Row Index for Ranking",
56-
"Complex Computations with Multiple Subjects",
57-
"Memory-Efficient Computed Columns"
56+
"Complex Computations with Multiple Subjects"
5857
]
5958
},
6059
{
@@ -76,10 +75,7 @@ describe("Testing Each Documentation Page", () => {
7675
{
7776
title: "Border Design",
7877
headlines: [
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"
78+
"You can configure the border of the table by passing style in Table constructor"
8379
]
8480
},
8581
{

cypress/e2e/url_tests.cy.ts

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe("Testing Each Documentation Page", () => {
4040
{
4141
url: "/docs/doc-color",
4242
title: "Coloring",
43-
headlines: ["Coloring", "Batch Row coloring", "Custom Color", "Advanced Color Mapping", "Semantic Colors", "Conditional Coloring"]
43+
headlines: ["Coloring", "Batch Row coloring", "Custom Color"]
4444
},
4545
{
4646
url: "/docs/doc-sort-filter",
@@ -65,8 +65,7 @@ describe("Testing Each Documentation Page", () => {
6565
"Using All Parameters",
6666
"Advanced Examples",
6767
"Using Row Index for Ranking",
68-
"Complex Computations with Multiple Subjects",
69-
"Memory-Efficient Computed Columns"
68+
"Complex Computations with Multiple Subjects"
7069
]
7170
},
7271
{
@@ -92,10 +91,7 @@ describe("Testing Each Documentation Page", () => {
9291
url: "/docs/doc-border-design",
9392
title: "Border Design",
9493
headlines: [
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"
94+
"You can configure the border of the table by passing style in Table constructor"
9995
]
10096
},
10197
{

0 commit comments

Comments
 (0)