Fix KOC resource fuzzy filters
This commit is contained in:
@@ -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, /小红书号\/抖音号/);
|
||||
|
||||
Reference in New Issue
Block a user