This commit is contained in:
2026-05-04 13:13:01 +02:00
parent 48d57c31e1
commit d25b56e7e1
22 changed files with 99 additions and 161 deletions

View File

@@ -252,7 +252,7 @@ export function HistoryPage(): React.JSX.Element {
}
return (
<div className={styles.root}>
<div className={styles.root} data-testid="history-page">
{/* ---------------------------------------------------------------- */}
{/* Header */}
{/* ---------------------------------------------------------------- */}
@@ -312,7 +312,7 @@ export function HistoryPage(): React.JSX.Element {
{/* ---------------------------------------------------------------- */}
{!loading && !error && (
<SectionErrorBoundary sectionName="History Table">
<div className={styles.tableWrapper}>
<div className={styles.tableWrapper} data-testid="history-table">
<DataGrid
items={items}
columns={columns}