收口玩过作品面板弹窗壳层

RpgEntryHomeView 的 ProfilePlayedWorksModal 改用 UnifiedModal 并保留可继续与玩过双分区语义
更新玩过作品面板与 FlowShell 交互测试的具名 dialog 断言
同步 PlatformUiKit 收口计划与 .hermes 决策记录
This commit is contained in:
2026-06-10 17:38:59 +08:00
parent f5536a14e6
commit fdc3b5f440
5 changed files with 145 additions and 126 deletions

View File

@@ -328,6 +328,7 @@ async function openProfilePlayedWorks(
await user.click(
await screen.findByRole('button', { name: //u }),
);
expect(await screen.findByRole('dialog', { name: '玩过' })).toBeTruthy();
expect(await screen.findByText('可继续')).toBeTruthy();
}