|
@@ -41,6 +41,7 @@ const TableList: FC = function () {
|
|
|
count={count}
|
|
count={count}
|
|
|
pageContext={pageContext}
|
|
pageContext={pageContext}
|
|
|
searchContext={searchContext}
|
|
searchContext={searchContext}
|
|
|
|
|
+ data-testid='error_log_table'
|
|
|
/>
|
|
/>
|
|
|
</Card>
|
|
</Card>
|
|
|
);
|
|
);
|