refactor: update test

This commit is contained in:
Carlos Valente
2024-11-18 14:49:40 +01:00
committed by Carlos Valente
parent 9bfa3e9f8e
commit 312b294a61
2 changed files with 24 additions and 18 deletions
@@ -72,7 +72,7 @@ export default function TimelinePage(props: TimelinePageProps) {
}
}
return (
<div className='timeline'>
<div className='timeline' data-testid='timeline-view'>
<ViewParamsEditor viewOptions={progressOptions} />
<div className='project-header'>
{general?.projectLogo && <ViewLogo name={general.projectLogo} className='logo' />}