diff --git a/tests/visual/suites/extensions/admonition/docs/index.md b/tests/visual/suites/extensions/admonition/docs/index.md
index c0d05adb8e5d72108833aff6c0404757ceadb90f..12a9536548fb4149cb5cf56d85a5206eb6d4b392 100644
--- a/tests/visual/suites/extensions/admonition/docs/index.md
+++ b/tests/visual/suites/extensions/admonition/docs/index.md
@@ -1,20 +1,15 @@
-<<<<<<< HEAD
 # Suite
 
 For this test, the header is set to `display: none`, as Gemini aligns the
 elements to be captured with the top of the page, thus getting blocked by the
 fixed positioned header.
 
-=======
->>>>>>> master
 <style>
   .md-header {
     display: none;
   }
 </style>
 
-# Suite
-
 ## Default
 
 !!! note
diff --git a/tests/visual/suites/extensions/admonition/mkdocs.yml b/tests/visual/suites/extensions/admonition/mkdocs.yml
index bc7e257ad619130d8bd376839d63b43055b77b8d..ac02131573d3865a5d17af62777eb5ce4389180d 100644
--- a/tests/visual/suites/extensions/admonition/mkdocs.yml
+++ b/tests/visual/suites/extensions/admonition/mkdocs.yml
@@ -19,15 +19,11 @@
 # IN THE SOFTWARE.
 
 # Test suite
-<<<<<<< HEAD
 site_name: Test
 pages:
   - Lorem ipsum dolor sit amet: index.md
 
 # Extensions
-=======
-site_name: Test/Admonition
->>>>>>> master
 markdown_extensions:
   - markdown.extensions.admonition
 
diff --git a/tests/visual/suites/layout/nav/_overflow/docs/index.md b/tests/visual/suites/layout/nav/_overflow/docs/index.md
index e6626b57ac91bbff403d7414f149eb9317f6d542..20b8c4bc86708b5600b968684dbace9eac202457 100644
--- a/tests/visual/suites/layout/nav/_overflow/docs/index.md
+++ b/tests/visual/suites/layout/nav/_overflow/docs/index.md
@@ -1,11 +1,8 @@
-<<<<<<< HEAD
 # Suite
 
 All transitions are set to `none` in order to ensure that all elements of
 interest always look the same and are not captured somewhere in the middle.
 
-=======
->>>>>>> master
 <style>
   *,
   *::before,
@@ -13,5 +10,3 @@ interest always look the same and are not captured somewhere in the middle.
     transition: none !important;
   }
 </style>
-
-# Suite
diff --git a/tests/visual/suites/layout/nav/_overflow/docs/nested.md b/tests/visual/suites/layout/nav/_overflow/docs/nested.md
index 434aeef70953fe12b0a6b1d89f29ba718464eeb8..20b8c4bc86708b5600b968684dbace9eac202457 100644
--- a/tests/visual/suites/layout/nav/_overflow/docs/nested.md
+++ b/tests/visual/suites/layout/nav/_overflow/docs/nested.md
@@ -1,11 +1,8 @@
-<<<<<<< HEAD
 # Suite
 
 All transitions are set to `none` in order to ensure that all elements of
 interest always look the same and are not captured somewhere in the middle.
 
-=======
->>>>>>> master
 <style>
   *,
   *::before,
@@ -13,8 +10,3 @@ interest always look the same and are not captured somewhere in the middle.
     transition: none !important;
   }
 </style>
-<<<<<<< HEAD
-=======
-
-# Suite
->>>>>>> master
diff --git a/tests/visual/suites/layout/nav/_overflow/mkdocs.yml b/tests/visual/suites/layout/nav/_overflow/mkdocs.yml
index 8b29291f9adc47fc6f30fa2a2c169f21499b1024..6e8ae7915696b56aefa31287ccffa32be52d7ac6 100644
--- a/tests/visual/suites/layout/nav/_overflow/mkdocs.yml
+++ b/tests/visual/suites/layout/nav/_overflow/mkdocs.yml
@@ -24,13 +24,8 @@ pages:
   - Pneumonoultramicroscopicsilicovolcanoconiosis: index.md
   - Supercalifragilisticexpialidocious:
     - Pseudopseudohypoparathyroidism: nested.md
-<<<<<<< HEAD
     - Floccinaucinihilipilification: _.md
     - Antidisestablishmentarianism: _.md
-=======
-    - Floccinaucinihilipilification: nested.md
-    - Antidisestablishmentarianism: nested.md
->>>>>>> master
 
 # Reset webfonts because of flaky tests
 extra:
diff --git a/tests/visual/suites/layout/nav/docs/default.md b/tests/visual/suites/layout/nav/docs/default.md
deleted file mode 100644
index 5d624237873a1ef8890e473279ab0ce07e8b72c2..0000000000000000000000000000000000000000
--- a/tests/visual/suites/layout/nav/docs/default.md
+++ /dev/null
@@ -1,9 +0,0 @@
-<style>
-  *,
-  *::before,
-  *::after {
-    transition: none !important;
-  }
-</style>
-
-# Suite
diff --git a/tests/visual/suites/layout/nav/docs/index.md b/tests/visual/suites/layout/nav/docs/index.md
index cf537b74d0b63568360ad5d5c68b64e074d08d9e..24260448ef725517ee9e895e50226f8b33b11d35 100644
--- a/tests/visual/suites/layout/nav/docs/index.md
+++ b/tests/visual/suites/layout/nav/docs/index.md
@@ -1,4 +1,3 @@
-<<<<<<< HEAD
 # Suite
 
 All transitions are set to `none` in order to ensure that all elements of
@@ -8,28 +7,15 @@ Furthermore, the table of contents is hidden for all tests layed out on this
 page, as it is sometimes shown within the drawer though it isn't activated.
 This seems to be a caching-related issue.
 
-=======
->>>>>>> master
 <style>
   *,
   *::before,
   *::after {
     transition: none !important;
   }
-<<<<<<< HEAD
-=======
-
-  /* Hack: ensure table of contents is hidden, as browser caching sometimes
-     makes it visible by accident, though it was never activated */
->>>>>>> master
   .md-nav--secondary {
     display: none !important;
   }
 </style>
 
-<<<<<<< HEAD
-=======
-# Suite
-
->>>>>>> master
 ## Default
diff --git a/tests/visual/suites/layout/nav/docs/nested.md b/tests/visual/suites/layout/nav/docs/nested.md
index 5d624237873a1ef8890e473279ab0ce07e8b72c2..20b8c4bc86708b5600b968684dbace9eac202457 100644
--- a/tests/visual/suites/layout/nav/docs/nested.md
+++ b/tests/visual/suites/layout/nav/docs/nested.md
@@ -1,3 +1,8 @@
+# Suite
+
+All transitions are set to `none` in order to ensure that all elements of
+interest always look the same and are not captured somewhere in the middle.
+
 <style>
   *,
   *::before,
@@ -5,5 +10,3 @@
     transition: none !important;
   }
 </style>
-
-# Suite
diff --git a/tests/visual/suites/layout/nav/mkdocs.yml b/tests/visual/suites/layout/nav/mkdocs.yml
index 264dbe08cbdea278a548a458810ee7efaa062768..c6b4859d85079031dd9e1e86fe09052606a3ec3e 100644
--- a/tests/visual/suites/layout/nav/mkdocs.yml
+++ b/tests/visual/suites/layout/nav/mkdocs.yml
@@ -26,15 +26,9 @@ pages:
   - Etiam condimentum lacinia urna id vestibulum: _.md
   - A dapibus turpis iaculis at:
     - Donec tortor sem: nested.md
-<<<<<<< HEAD
     - Scelerisque ut congue id: secondary.md
     - Pretium ac risus: _.md
   - Maecenas tincidunt nulla dui: _.md
-=======
-    - Scelerisque ut congue id: nested.md
-    - Pretium ac risus: nested.md
-  - Maecenas tincidunt nulla dui: default.md
->>>>>>> master
 
 # Reset webfonts because of flaky tests
 extra: