收口个人中心已玩弹窗组件
迁移个人中心存档和玩过弹窗简单空态到 PlatformEmptyState 迁移玩过弹窗分区标题到 PlatformFieldLabel 迁移已玩作品按钮卡到 PlatformSubpanel 并保留粉色 hover 边框 补充已玩弹窗公共组件断言并更新 PlatformUiKit 文档和 Hermes 决策记录
This commit is contained in:
@@ -11646,6 +11646,11 @@ test('profile page keeps save archives inside played stats panel', async () => {
|
||||
|
||||
await openProfilePlayedWorks(user);
|
||||
|
||||
const continueSectionLabel = screen.getByText('可继续');
|
||||
expect(continueSectionLabel.className).toContain('tracking-[0.18em]');
|
||||
expect(continueSectionLabel.className).toContain(
|
||||
'text-[var(--platform-text-soft)]',
|
||||
);
|
||||
expect(screen.queryByLabelText('关闭存档')).toBeNull();
|
||||
expect(screen.queryByText('SAVES')).toBeNull();
|
||||
await clickFirstAsyncButtonByName(user, /潮雾列岛/u);
|
||||
|
||||
Reference in New Issue
Block a user