修复前端测试偶发超时与异步清理

Direct 活动回合读取失败后的重试定时器随组件卸载清理,避免测试环境销毁后访问 window。

后台素材查询大量缩略图测试合并可见性触发,并补充独立超时预算。

创作首页活动图与资源卡预览调度重载用例分别补充独立超时预算。

清单快照测试补齐 Direct 活动回合 IPC mock,避免未预期命令进入重试。
This commit is contained in:
2026-09-16 12:53:24 +00:00
committed by 孔令弘
parent 1e434e0cb5
commit 362edcc49d
5 changed files with 39 additions and 12 deletions
@@ -1351,7 +1351,7 @@ describe('CreationLandingView', () => {
`/api/assets/read-url?objectKey=${encodeURIComponent(campaignObjectKey)}`,
expect.objectContaining({ method: 'GET' }),
);
});
}, 10_000);
it('loads more featured resources when the list reaches the end', async () => {
const observers = installIntersectionObserverMock();