diff --git a/test/domains/helpers/__snapshots__/DomainStatusIcon.test.tsx.snap b/test/domains/helpers/__snapshots__/DomainStatusIcon.test.tsx.snap
index 3ccd8237..88879049 100644
--- a/test/domains/helpers/__snapshots__/DomainStatusIcon.test.tsx.snap
+++ b/test/domains/helpers/__snapshots__/DomainStatusIcon.test.tsx.snap
@@ -87,91 +87,3 @@ exports[` > renders proper tooltip based on state 2`] = `
Congratulations! This domain is properly configured.
`;
-
-exports[` renders expected icon and tooltip when status is not validating 1`] = `
-
-
-
-`;
-
-exports[` renders expected icon and tooltip when status is not validating 2`] = `
-
-
-
-
-
-`;
-
-exports[` renders expected icon and tooltip when status is not validating 3`] = `
-
-
-
-
-
-`;
-
-exports[` renders proper tooltip based on state 1`] = `
-
-`;
-
-exports[` renders proper tooltip based on state 2`] = `
-
- Congratulations! This domain is properly configured.
-
-`;
diff --git a/test/servers/__snapshots__/DeleteServerButton.test.tsx.snap b/test/servers/__snapshots__/DeleteServerButton.test.tsx.snap
index d332a540..9522c9cd 100644
--- a/test/servers/__snapshots__/DeleteServerButton.test.tsx.snap
+++ b/test/servers/__snapshots__/DeleteServerButton.test.tsx.snap
@@ -54,58 +54,3 @@ exports[` > renders expected content 4`] = `
`;
-
-exports[` renders expected content 1`] = `
-
-
- Foo bar
-
-
-`;
-
-exports[` renders expected content 2`] = `
-
-
- baz
-
-
-`;
-
-exports[` renders expected content 3`] = `
-
-
- something
-
-
-`;
-
-exports[` renders expected content 4`] = `
-
-
-
-
-
- Remove this server
-
-
-`;
diff --git a/test/servers/__snapshots__/ManageServersRow.test.tsx.snap b/test/servers/__snapshots__/ManageServersRow.test.tsx.snap
index b777a57b..6b9b532e 100644
--- a/test/servers/__snapshots__/ManageServersRow.test.tsx.snap
+++ b/test/servers/__snapshots__/ManageServersRow.test.tsx.snap
@@ -96,100 +96,3 @@ exports[` > renders auto-connect icon only if server is auto
`;
-
-exports[` renders auto-connect icon only if server is autoConnect 1`] = `
-
-
-
-
-
-
-
-
-
-
-
- My server
-
-
-
- https://example.com
-
-
-
- ManageServersRowDropdown
-
-
-
-
-
-
-`;
-
-exports[` renders auto-connect icon only if server is autoConnect 2`] = `
-
-
-
-
-
-
-
- My server
-
-
-
- https://example.com
-
-
-
- ManageServersRowDropdown
-
-
-
-
-
-
-`;
diff --git a/test/settings/__snapshots__/UserInterfaceSettings.test.tsx.snap b/test/settings/__snapshots__/UserInterfaceSettings.test.tsx.snap
index 07462087..0f447f1f 100644
--- a/test/settings/__snapshots__/UserInterfaceSettings.test.tsx.snap
+++ b/test/settings/__snapshots__/UserInterfaceSettings.test.tsx.snap
@@ -53,57 +53,3 @@ exports[` > shows different icons based on theme 3`] =
/>
`;
-
-exports[` shows different icons based on theme 1`] = `
-
-
-
-`;
-
-exports[` shows different icons based on theme 2`] = `
-
-
-
-`;
-
-exports[` shows different icons based on theme 3`] = `
-
-
-
-`;
diff --git a/test/short-urls/helpers/__snapshots__/ShortUrlsRow.test.tsx.snap b/test/short-urls/helpers/__snapshots__/ShortUrlsRow.test.tsx.snap
index c9986524..84dab26b 100644
--- a/test/short-urls/helpers/__snapshots__/ShortUrlsRow.test.tsx.snap
+++ b/test/short-urls/helpers/__snapshots__/ShortUrlsRow.test.tsx.snap
@@ -143,147 +143,3 @@ exports[` > displays expected status icon 8`] = `
/>
`;
-
-exports[` displays expected status icon 1`] = `
-
-
-
-`;
-
-exports[` displays expected status icon 2`] = `
-
-
-
-`;
-
-exports[` displays expected status icon 3`] = `
-
-
-
-`;
-
-exports[` displays expected status icon 4`] = `
-
-
-
-`;
-
-exports[` displays expected status icon 5`] = `
-
-
-
-`;
-
-exports[` displays expected status icon 6`] = `
-
-
-
-`;
-
-exports[` displays expected status icon 7`] = `
-
-
-
-`;
-
-exports[` displays expected status icon 8`] = `
-
-
-
-`;
diff --git a/test/utils/__snapshots__/CopyToClipboardIcon.test.tsx.snap b/test/utils/__snapshots__/CopyToClipboardIcon.test.tsx.snap
index cbbe8016..a6d37ddf 100644
--- a/test/utils/__snapshots__/CopyToClipboardIcon.test.tsx.snap
+++ b/test/utils/__snapshots__/CopyToClipboardIcon.test.tsx.snap
@@ -19,23 +19,3 @@ exports[` > wraps expected components 1`] = `
`;
-
-exports[` wraps expected components 1`] = `
-
-`;
diff --git a/test/utils/__snapshots__/ExportBtn.test.tsx.snap b/test/utils/__snapshots__/ExportBtn.test.tsx.snap
index 6b663ec8..f1f50c89 100644
--- a/test/utils/__snapshots__/ExportBtn.test.tsx.snap
+++ b/test/utils/__snapshots__/ExportBtn.test.tsx.snap
@@ -17,21 +17,3 @@ exports[` > renders expected icon 1`] = `
/>
`;
-
-exports[` renders expected icon 1`] = `
-
-
-
-`;
diff --git a/test/utils/__snapshots__/IconInput.test.tsx.snap b/test/utils/__snapshots__/IconInput.test.tsx.snap
index 6f9c8a95..d76e8654 100644
--- a/test/utils/__snapshots__/IconInput.test.tsx.snap
+++ b/test/utils/__snapshots__/IconInput.test.tsx.snap
@@ -83,87 +83,3 @@ exports[` > displays provided icon 3`] = `
`;
-
-exports[` displays provided icon 1`] = `
-
-`;
-
-exports[` displays provided icon 2`] = `
-
-`;
-
-exports[` displays provided icon 3`] = `
-
-`;
diff --git a/test/utils/table/__snapshots__/TableOrderIcon.test.tsx.snap b/test/utils/table/__snapshots__/TableOrderIcon.test.tsx.snap
index 2a858f2c..ed814037 100644
--- a/test/utils/table/__snapshots__/TableOrderIcon.test.tsx.snap
+++ b/test/utils/table/__snapshots__/TableOrderIcon.test.tsx.snap
@@ -35,39 +35,3 @@ exports[` > renders an icon when all conditions are met 2`] =
/>
`;
-
-exports[` renders an icon when all conditions are met 1`] = `
-
-
-
-`;
-
-exports[` renders an icon when all conditions are met 2`] = `
-
-
-
-`;
diff --git a/test/visits/charts/__snapshots__/DoughnutChart.test.tsx.snap b/test/visits/charts/__snapshots__/DoughnutChart.test.tsx.snap
index 2cbe79aa..38e5c847 100644
--- a/test/visits/charts/__snapshots__/DoughnutChart.test.tsx.snap
+++ b/test/visits/charts/__snapshots__/DoughnutChart.test.tsx.snap
@@ -23,27 +23,3 @@ exports[` > renders Doughnut with expected props 1`] = `
},
]
`;
-
-exports[` renders Doughnut with expected props 1`] = `
-[
- {
- "props": {
- "a": 1,
- "b": 0,
- "c": 0,
- "d": 1,
- "e": 0,
- "f": 0,
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "setTransform",
- },
-]
-`;
diff --git a/test/visits/charts/__snapshots__/HorizontalBarChart.test.tsx.snap b/test/visits/charts/__snapshots__/HorizontalBarChart.test.tsx.snap
index 7d7beed3..b5720c3b 100644
--- a/test/visits/charts/__snapshots__/HorizontalBarChart.test.tsx.snap
+++ b/test/visits/charts/__snapshots__/HorizontalBarChart.test.tsx.snap
@@ -519,523 +519,3 @@ exports[` > renders chart with expected canvas 3`] = `
},
]
`;
-
-exports[` renders chart with expected canvas 1`] = `
-[
- {
- "props": {
- "a": 1,
- "b": 0,
- "c": 0,
- "d": 1,
- "e": 0,
- "f": 0,
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "setTransform",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "foo",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "bar",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "0",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "500",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
-]
-`;
-
-exports[` renders chart with expected canvas 2`] = `
-[
- {
- "props": {
- "a": 1,
- "b": 0,
- "c": 0,
- "d": 1,
- "e": 0,
- "f": 0,
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "setTransform",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "one",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "two",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "0",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "200,000",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
-]
-`;
-
-exports[` renders chart with expected canvas 3`] = `
-[
- {
- "props": {
- "a": 1,
- "b": 0,
- "c": 0,
- "d": 1,
- "e": 0,
- "f": 0,
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "setTransform",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "one",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "two",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "max",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "0",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "200,000",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
-]
-`;
diff --git a/test/visits/charts/__snapshots__/LineChartCard.test.tsx.snap b/test/visits/charts/__snapshots__/LineChartCard.test.tsx.snap
index a385f471..cb71bd2c 100644
--- a/test/visits/charts/__snapshots__/LineChartCard.test.tsx.snap
+++ b/test/visits/charts/__snapshots__/LineChartCard.test.tsx.snap
@@ -459,463 +459,3 @@ exports[` > renders chart with expected data 4`] = `
},
]
`;
-
-exports[` renders chart with expected data 1`] = `
-[
- {
- "props": {
- "a": 1,
- "b": 0,
- "c": 0,
- "d": 1,
- "e": 0,
- "f": 0,
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "setTransform",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "0",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "1",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
-]
-`;
-
-exports[` renders chart with expected data 2`] = `
-[
- {
- "props": {
- "a": 1,
- "b": 0,
- "c": 0,
- "d": 1,
- "e": 0,
- "f": 0,
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "setTransform",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "0",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "1",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
-]
-`;
-
-exports[` renders chart with expected data 3`] = `
-[
- {
- "props": {
- "a": 1,
- "b": 0,
- "c": 0,
- "d": 1,
- "e": 0,
- "f": 0,
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "setTransform",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "0",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "1",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "2016-04",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
-]
-`;
-
-exports[` renders chart with expected data 4`] = `
-[
- {
- "props": {
- "a": 1,
- "b": 0,
- "c": 0,
- "d": 1,
- "e": 0,
- "f": 0,
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "setTransform",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "0",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "1",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
- {
- "props": {
- "text": "2016-04",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "measureText",
- },
- {
- "props": {
- "value": "12px "Helvetica Neue", 'Helvetica', 'Arial', sans-serif",
- },
- "transform": [
- 1,
- 0,
- 0,
- 1,
- 0,
- 0,
- ],
- "type": "font",
- },
-]
-`;
diff --git a/test/visits/charts/__snapshots__/SortableBarChartCard.test.tsx.snap b/test/visits/charts/__snapshots__/SortableBarChartCard.test.tsx.snap
index ae4bf902..1b4f4d51 100644
--- a/test/visits/charts/__snapshots__/SortableBarChartCard.test.tsx.snap
+++ b/test/visits/charts/__snapshots__/SortableBarChartCard.test.tsx.snap
@@ -1229,1233 +1229,3 @@ exports[` > renders stats unchanged when no ordering is
`;
-
-exports[` renders properly ordered stats when ordering is set 1`] = `
-
-`;
-
-exports[` renders properly ordered stats when ordering is set 2`] = `
-
-`;
-
-exports[` renders properly ordered stats when ordering is set 3`] = `
-
-`;
-
-exports[` renders properly ordered stats when ordering is set 4`] = `
-
-`;
-
-exports[` renders properly paginated stats when pagination is set 1`] = `
-
-`;
-
-exports[` renders properly paginated stats when pagination is set 2`] = `
-
-`;
-
-exports[` renders properly paginated stats when pagination is set 3`] = `
-
-`;
-
-exports[` renders properly paginated stats when pagination is set 4`] = `
-
-`;
-
-exports[` renders stats unchanged when no ordering is set 1`] = `
-
-`;
diff --git a/test/visits/helpers/__snapshots__/MapModal.test.tsx.snap b/test/visits/helpers/__snapshots__/MapModal.test.tsx.snap
index 6492c497..fc0a83e9 100644
--- a/test/visits/helpers/__snapshots__/MapModal.test.tsx.snap
+++ b/test/visits/helpers/__snapshots__/MapModal.test.tsx.snap
@@ -181,185 +181,3 @@ exports[` > renders expected map 1`] = `
`;
-
-exports[` renders expected map 1`] = `
-
-
-
-
-
- Foobar
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-`;
diff --git a/test/visits/helpers/__snapshots__/OpenMapModalBtn.test.tsx.snap b/test/visits/helpers/__snapshots__/OpenMapModalBtn.test.tsx.snap
index 2fde3198..46a59c12 100644
--- a/test/visits/helpers/__snapshots__/OpenMapModalBtn.test.tsx.snap
+++ b/test/visits/helpers/__snapshots__/OpenMapModalBtn.test.tsx.snap
@@ -349,353 +349,3 @@ exports[` > filters out non-active cities from list of locati
`;
-
-exports[` filters out non-active cities from list of locations 1`] = `
-
-
-
-
-
- Foo
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-`;
-
-exports[` filters out non-active cities from list of locations 2`] = `
-
-
-
-
-
- Foo
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-`;