+
+
+
+
+
+ {t('label.table-suite-plural')}
+
+
+ {t('label.bundle-suite-plural')}
+
+
+
+
+ handleSearchParam(value, 'searchValue')}
+ />
+
+
+
+
,
+ }}
+ pagination={false}
+ scroll={{
+ x: '100%',
+ }}
+ size="small"
+ />
+
);
diff --git a/openmetadata-ui/src/main/resources/ui/src/components/DataQuality/TestSuite/TestSuiteList/test-suites.style.less b/openmetadata-ui/src/main/resources/ui/src/components/DataQuality/TestSuite/TestSuiteList/test-suites.style.less
new file mode 100644
index 00000000000..6981fb0ac30
--- /dev/null
+++ b/openmetadata-ui/src/main/resources/ui/src/components/DataQuality/TestSuite/TestSuiteList/test-suites.style.less
@@ -0,0 +1,11 @@
+@import (reference) '../../../../styles/variables.less';
+
+.test-suite-list-container {
+ background-color: @white;
+ border-radius: @border-radius-sm;
+ border: @global-border;
+
+ .test-suite-list-header {
+ padding: @padding-md;
+ }
+}
diff --git a/openmetadata-ui/src/main/resources/ui/src/components/Database/Profiler/DataQualityTab/DataQualityTab.tsx b/openmetadata-ui/src/main/resources/ui/src/components/Database/Profiler/DataQualityTab/DataQualityTab.tsx
index 02e12966ec8..741e3e1338f 100644
--- a/openmetadata-ui/src/main/resources/ui/src/components/Database/Profiler/DataQualityTab/DataQualityTab.tsx
+++ b/openmetadata-ui/src/main/resources/ui/src/components/Database/Profiler/DataQualityTab/DataQualityTab.tsx
@@ -82,7 +82,8 @@ const DataQualityTab: React.FC