diff --git a/src/components/data/test/TableCell-test.js b/src/components/data/test/TableCell-test.js
index 0f53d689..b2d13fdd 100644
--- a/src/components/data/test/TableCell-test.js
+++ b/src/components/data/test/TableCell-test.js
@@ -13,11 +13,13 @@ describe('TableCell', () => {
return mount(
-
-
- {props.children ?? 'Content'}
-
-
+
+
+
+ {props.children ?? 'Content'}
+
+
+
,
);
@@ -28,9 +30,11 @@ describe('TableCell', () => {
const contentFn = (Component, props = {}) => {
return mount(
,
);
};
diff --git a/src/components/data/test/TableRow-test.js b/src/components/data/test/TableRow-test.js
index e5a421ca..7605ff5a 100644
--- a/src/components/data/test/TableRow-test.js
+++ b/src/components/data/test/TableRow-test.js
@@ -13,11 +13,13 @@ describe('TableRow', () => {
return mount(
-
-
- Cell content |
-
-
+
+
+
+ Cell content |
+
+
+
,
);
@@ -28,9 +30,11 @@ describe('TableRow', () => {
const contentFn = (Component, props = {}) => {
return mount(
-
- Cell content |
-
+
+
+ Cell content |
+
+
,
);
};