diff --git a/tests/visual/suites/extensions/admonition/docs/index.md b/tests/visual/suites/extensions/admonition/docs/index.md
index 12a953654..c0d05adb8 100644
--- a/tests/visual/suites/extensions/admonition/docs/index.md
+++ b/tests/visual/suites/extensions/admonition/docs/index.md
@@ -1,15 +1,20 @@
+<<<<<<< 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
+# Suite
+
## Default
!!! note
diff --git a/tests/visual/suites/extensions/admonition/mkdocs.yml b/tests/visual/suites/extensions/admonition/mkdocs.yml
index ac0213157..bc7e257ad 100644
--- a/tests/visual/suites/extensions/admonition/mkdocs.yml
+++ b/tests/visual/suites/extensions/admonition/mkdocs.yml
@@ -19,11 +19,15 @@
# 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 20b8c4bc8..e6626b57a 100644
--- a/tests/visual/suites/layout/nav/_overflow/docs/index.md
+++ b/tests/visual/suites/layout/nav/_overflow/docs/index.md
@@ -1,8 +1,11 @@
+<<<<<<< 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
+
+# Suite
diff --git a/tests/visual/suites/layout/nav/_overflow/docs/nested.md b/tests/visual/suites/layout/nav/_overflow/docs/nested.md
index 20b8c4bc8..434aeef70 100644
--- a/tests/visual/suites/layout/nav/_overflow/docs/nested.md
+++ b/tests/visual/suites/layout/nav/_overflow/docs/nested.md
@@ -1,8 +1,11 @@
+<<<<<<< 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
+<<<<<<< HEAD
+=======
+
+# Suite
+>>>>>>> master
diff --git a/tests/visual/suites/layout/nav/_overflow/mkdocs.yml b/tests/visual/suites/layout/nav/_overflow/mkdocs.yml
index 6e8ae7915..8b29291f9 100644
--- a/tests/visual/suites/layout/nav/_overflow/mkdocs.yml
+++ b/tests/visual/suites/layout/nav/_overflow/mkdocs.yml
@@ -24,8 +24,13 @@ 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
new file mode 100644
index 000000000..5d6242378
--- /dev/null
+++ b/tests/visual/suites/layout/nav/docs/default.md
@@ -0,0 +1,9 @@
+
+
+# Suite
diff --git a/tests/visual/suites/layout/nav/docs/index.md b/tests/visual/suites/layout/nav/docs/index.md
index 24260448e..cf537b74d 100644
--- a/tests/visual/suites/layout/nav/docs/index.md
+++ b/tests/visual/suites/layout/nav/docs/index.md
@@ -1,3 +1,4 @@
+<<<<<<< HEAD
# Suite
All transitions are set to `none` in order to ensure that all elements of
@@ -7,15 +8,28 @@ 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
+<<<<<<< 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 20b8c4bc8..5d6242378 100644
--- a/tests/visual/suites/layout/nav/docs/nested.md
+++ b/tests/visual/suites/layout/nav/docs/nested.md
@@ -1,8 +1,3 @@
-# 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.
-
+
+# Suite
diff --git a/tests/visual/suites/layout/nav/mkdocs.yml b/tests/visual/suites/layout/nav/mkdocs.yml
index c6b4859d8..264dbe08c 100644
--- a/tests/visual/suites/layout/nav/mkdocs.yml
+++ b/tests/visual/suites/layout/nav/mkdocs.yml
@@ -26,9 +26,15 @@ 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:
diff --git a/tests/visual/suites/layout/nav/suite.js b/tests/visual/suites/layout/nav/suite.js
index 63c6b2419..c09159630 100644
--- a/tests/visual/suites/layout/nav/suite.js
+++ b/tests/visual/suites/layout/nav/suite.js
@@ -119,7 +119,7 @@ spec.register(__dirname, {
]
},
- /* 2nd+ level navigation */
+ /* Second-level navigation */
"md-nav": {
"url": "/nested",
"capture": ".md-nav--primary .md-nav",