From e7df15e0464ccb93037b5ad2d06973f49e81fc97 Mon Sep 17 00:00:00 2001 From: john Date: Fri, 11 Sep 2026 12:35:16 +0800 Subject: [PATCH] test(wechat): align morning draft assertion with compact read-original link Co-authored-by: Cursor --- wechat-news-morning-draft.test.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wechat-news-morning-draft.test.mjs b/wechat-news-morning-draft.test.mjs index b89fded..6953643 100644 --- a/wechat-news-morning-draft.test.mjs +++ b/wechat-news-morning-draft.test.mjs @@ -90,7 +90,7 @@ test('convertNewsPageHtmlToWechatArticle converts daily-news to inline html', () assert.equal(article.contentMode, 'inline_html'); assert.match(article.content, /每日新闻早报/u); assert.match(article.content, /示例热点/u); - assert.match(article.content, /点击阅读原文/u); + assert.match(article.content, /阅读原文/u); assert.match(article.content, /一起创作/u); assert.match(article.content, /点我/u); assert.doesNotMatch(article.content, /近7天新闻早报/u);