feat: unify creation entry templates
This commit is contained in:
@@ -359,7 +359,15 @@ test('creation agent workspace hides hero copy area when title and summary are a
|
||||
);
|
||||
|
||||
expect(screen.queryByText('统一共创')).toBeNull();
|
||||
expect(screen.getByText('创作进度')).toBeTruthy();
|
||||
expect(screen.getByText('创作进度').className).toContain(
|
||||
'creation-agent-hero__progress-label',
|
||||
);
|
||||
expect(screen.getByText('60%').className).toContain(
|
||||
'creation-agent-hero__progress-value',
|
||||
);
|
||||
expect(screen.getByText(/方向已经成形/u).className).toContain(
|
||||
'creation-agent-hero__progress-hint',
|
||||
);
|
||||
});
|
||||
|
||||
test('creation agent workspace stops auto-follow when user scrolls away from bottom', () => {
|
||||
|
||||
Reference in New Issue
Block a user