继续扩展共享可导航行

扩展 PlatformNavigableListItem 接入 profile 设置行
补充 profile 设置行的组件级与首页集成回归测试
更新 PlatformUiKit 收口计划与共享决策记录
This commit is contained in:
2026-06-11 03:22:34 +08:00
parent 22c6edb7c2
commit 051fd6156c
5 changed files with 22 additions and 11 deletions

View File

@@ -72,7 +72,10 @@ describe('PlatformProfilePrimitives', () => {
</>,
);
await user.click(screen.getByRole('button', { name: //u }));
const settingsButton = screen.getByRole('button', { name: //u });
expect(settingsButton.className).toContain('platform-navigable-list-item');
await user.click(settingsButton);
expect(onSettingsClick).toHaveBeenCalledTimes(1);
await user.click(