Fix KOC resource fuzzy filters

This commit is contained in:
巫凤萍
2026-08-06 11:48:10 +08:00
parent 72f8862f8a
commit 1f910c975d
3 changed files with 69 additions and 39 deletions

View File

@@ -258,8 +258,10 @@ test("filters and exports the current KOC resource result set", async () => {
]);
assert.match(adminApp, /搜索账号名称 \/ 账号ID/);
assert.match(adminApp, /全部IP地区/);
assert.match(adminApp, /全部合作来源/);
assert.match(adminApp, /搜索IP地区/);
assert.match(adminApp, /搜索合作来源/);
assert.match(adminApp, /ipLocation\.includes\(ipKeyword\)/);
assert.match(adminApp, /includes\(sourceKeyword\)/);
assert.match(adminApp, /导出筛选结果/);
assert.match(adminApp, /filteredAccounts\.map\(\(item\) => item\.account\.id\)/);
assert.match(exportRoute, /小红书号\/抖音号/);