Skip to content

Commit 6f87d90

Browse files
authored
Article grid tests (#58036)
1 parent 2f78652 commit 6f87d90

File tree

17 files changed

+374
-4
lines changed

17 files changed

+374
-4
lines changed
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Grid Article One
3+
intro: "This is the first test article for the article grid component."
4+
versions:
5+
fpt: "*"
6+
ghes: "*"
7+
ghec: "*"
8+
category:
9+
- Getting started
10+
- Frontend
11+
layout: inline
12+
---
13+
14+
This is the content of the first test article for the ArticleGrid component. It demonstrates how the grid displays articles with search and filtering functionality.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Grid Article Two
3+
intro: "This is the second test article for the article grid component."
4+
versions:
5+
fpt: "*"
6+
ghes: "*"
7+
ghec: "*"
8+
category:
9+
- Getting started
10+
- Backend
11+
layout: inline
12+
---
13+
14+
This is the content of the second test article for the ArticleGrid component. It helps test the filtering and pagination features.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Grid Category One
3+
intro: "First category of test articles for article grid."
4+
versions:
5+
fpt: "*"
6+
ghes: "*"
7+
ghec: "*"
8+
children:
9+
- /grid-article-one
10+
- /grid-article-two
11+
---
12+
13+
This is the first category of test articles for the ArticleGrid component.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Grid Article Four
3+
intro: "This is the fourth test article for the article grid component."
4+
versions:
5+
fpt: "*"
6+
ghes: "*"
7+
ghec: "*"
8+
category:
9+
- Advanced
10+
- Testing
11+
layout: inline
12+
---
13+
14+
This is the content of the fourth test article for the ArticleGrid component. It demonstrates search functionality and responsive grid layout.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Grid Article Three
3+
intro: "This is the third test article for the article grid component."
4+
versions:
5+
fpt: "*"
6+
ghes: "*"
7+
ghec: "*"
8+
category:
9+
- Advanced
10+
- API
11+
layout: inline
12+
---
13+
14+
This is the content of the third test article for the ArticleGrid component. It allows testing of category filtering and responsive behavior.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Grid Category Two
3+
intro: "Second category of test articles for article grid."
4+
versions:
5+
fpt: "*"
6+
ghes: "*"
7+
ghec: "*"
8+
children:
9+
- /grid-article-three
10+
- /grid-article-four
11+
---
12+
13+
This is the second category of test articles for the ArticleGrid component.
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Article Grid Bespoke Landing
3+
intro: "A test page for testing the LandingArticleGridWithFilter component with bespoke landing layout."
4+
versions:
5+
fpt: "*"
6+
ghes: "*"
7+
ghec: "*"
8+
layout: bespoke-landing
9+
recommended:
10+
- /grid-category-one/grid-article-one
11+
- /grid-category-one/grid-article-two
12+
- /grid-category-two/grid-article-three
13+
spotlight:
14+
- article: /grid-category-one/grid-article-one
15+
image: /assets/images/placeholder.png
16+
- article: /grid-category-one/grid-article-two
17+
image: /assets/images/placeholder.png
18+
- article: /grid-category-two/grid-article-three
19+
image: /assets/images/placeholder.png
20+
children:
21+
- /grid-category-one
22+
- /grid-category-two
23+
---
24+
25+
This page tests the LandingArticleGridWithFilter component with bespoke landing layout.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Grid Article One
3+
intro: "This is the first test article for the article grid component."
4+
versions:
5+
fpt: "*"
6+
ghes: "*"
7+
ghec: "*"
8+
category:
9+
- Getting started
10+
- Frontend
11+
layout: inline
12+
---
13+
14+
This is the content of the first test article for the ArticleGrid component. It demonstrates how the grid displays articles with search and filtering functionality.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: Grid Article Two
3+
intro: "This is the second test article for the article grid component."
4+
versions:
5+
fpt: "*"
6+
ghes: "*"
7+
ghec: "*"
8+
category:
9+
- Getting started
10+
- Backend
11+
layout: inline
12+
---
13+
14+
This is the content of the second test article for the ArticleGrid component. It helps test the filtering and pagination features.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Grid Category One
3+
intro: "First category of test articles for article grid."
4+
versions:
5+
fpt: "*"
6+
ghes: "*"
7+
ghec: "*"
8+
children:
9+
- /grid-article-one
10+
- /grid-article-two
11+
---
12+
13+
This is the first category of test articles for the ArticleGrid component.

0 commit comments

Comments
 (0)