diff --git a/packages/react-bootstrap-table2/test/row-selection/__snapshots__/selection-cell.test.js.snap b/packages/react-bootstrap-table2/test/row-selection/__snapshots__/selection-cell.test.js.snap
new file mode 100644
index 0000000..2f5e4dc
--- /dev/null
+++ b/packages/react-bootstrap-table2/test/row-selection/__snapshots__/selection-cell.test.js.snap
@@ -0,0 +1,14 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[` render should render component correctly 1`] = `
+
+
+ |
+`;
diff --git a/packages/react-bootstrap-table2/test/row-selection/__snapshots__/selection-header-cell.test.js.snap b/packages/react-bootstrap-table2/test/row-selection/__snapshots__/selection-header-cell.test.js.snap
new file mode 100644
index 0000000..522b3e5
--- /dev/null
+++ b/packages/react-bootstrap-table2/test/row-selection/__snapshots__/selection-header-cell.test.js.snap
@@ -0,0 +1,9 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[` render should render component correctly 1`] = `
+
+`;
diff --git a/packages/react-bootstrap-table2/test/row-selection/selection-cell.test.js b/packages/react-bootstrap-table2/test/row-selection/selection-cell.test.js
index 967c626..311c361 100644
--- a/packages/react-bootstrap-table2/test/row-selection/selection-cell.test.js
+++ b/packages/react-bootstrap-table2/test/row-selection/selection-cell.test.js
@@ -170,7 +170,13 @@ describe('', () => {
describe('when disabled prop give as true', () => {
beforeEach(() => {
wrapper = shallowWithContext(
- ,
+ ,
{ bootstrap4: false }
);
});