diff --git a/web-console/src/views/tasks-view/__snapshots__/tasks-view.spec.tsx.snap b/web-console/src/views/tasks-view/__snapshots__/tasks-view.spec.tsx.snap index 3e702f91d451..6fc2a4d3386a 100644 --- a/web-console/src/views/tasks-view/__snapshots__/tasks-view.spec.tsx.snap +++ b/web-console/src/views/tasks-view/__snapshots__/tasks-view.spec.tsx.snap @@ -76,13 +76,18 @@ exports[`TasksView matches snapshot 1`] = ` "Type", "Datasource", "Status", + "Error", "Created time", "Duration", "Location", ] } onChange={[Function]} - tableColumnsHidden={[]} + tableColumnsHidden={ + [ + "Error", + ] + } /> row.error_msg || '', + width: 300, + Cell: this.renderTaskFilterableCell('error'), + Aggregated: () => '', + show: visibleColumns.shown('Error'), + }, { Header: 'Created time', accessor: 'created_time',