Skip to content

Commit 5100ee1

Browse files
committed
revert and update screenshot
1 parent 7f3744f commit 5100ee1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

site/markdown-content.spec.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,7 @@ test('Stay Updated Overview', async ({ page }) => {
154154
const pinnedArticle = page.locator('.v2-class---markdown-content-page__pinned-article').first();
155155
await compareScreenshot(page, pinnedArticle, 'markdown-content-blog-pinned-article.png');
156156

157-
const articleItem = page.locator('.v2-class---markdown-content-page__articles-list-item')
158-
.filter({ hasText: 'December 16, 2025' })
159-
.first();
157+
const articleItem = page.locator('.v2-class---markdown-content-page__articles-list-item').first();
160158

161159
await compareScreenshot(page, articleItem, 'markdown-content-blog-article-item.png');
162160
});
568 Bytes
Loading

0 commit comments

Comments
 (0)