收口玩过作品面板弹窗壳层
RpgEntryHomeView 的 ProfilePlayedWorksModal 改用 UnifiedModal 并保留可继续与玩过双分区语义 更新玩过作品面板与 FlowShell 交互测试的具名 dialog 断言 同步 PlatformUiKit 收口计划与 .hermes 决策记录
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user