diff --git a/guide/ci-integrations/run-nightwatch-on-circleci.md b/guide/ci-integrations/run-nightwatch-on-circleci.md
index 4ee1b14e..dd980766 100644
--- a/guide/ci-integrations/run-nightwatch-on-circleci.md
+++ b/guide/ci-integrations/run-nightwatch-on-circleci.md
@@ -92,10 +92,10 @@ Click on the pipeline build that just ran followed by the job name i.e. `test`.
-
+
Next Page
- Capture network calls
+ Gitlab CI
→
diff --git a/guide/ci-integrations/run-nightwatch-on-gitlab.md b/guide/ci-integrations/run-nightwatch-on-gitlab.md
index 055d981e..5d9c5f15 100644
--- a/guide/ci-integrations/run-nightwatch-on-gitlab.md
+++ b/guide/ci-integrations/run-nightwatch-on-gitlab.md
@@ -125,3 +125,25 @@ You can view the execution output in the shell logs of the particular pipeline r
### Related articles
- [How-to guides > Write tests > Run on CI Servers > Jenkins ](https://nightwatchjs.org/guide/ci-integrations/run-nightwatch-on-jenkins.html)
+
+
+
\ No newline at end of file
diff --git a/guide/ci-integrations/run-nightwatch-on-jenkins.md b/guide/ci-integrations/run-nightwatch-on-jenkins.md
index ecbb78c7..3d6cc61e 100644
--- a/guide/ci-integrations/run-nightwatch-on-jenkins.md
+++ b/guide/ci-integrations/run-nightwatch-on-jenkins.md
@@ -99,11 +99,11 @@ Nightwatch also publishes HTML reports which can be published to Jenkins
-
+
Next Page
- Component testing
+ Write Tests
→
diff --git a/guide/configuration/aws-devicefarm-settings.md b/guide/configuration/aws-devicefarm-settings.md
index 4e9eedf0..f84e7087 100644
--- a/guide/configuration/aws-devicefarm-settings.md
+++ b/guide/configuration/aws-devicefarm-settings.md
@@ -116,10 +116,10 @@ module.exports = (async function() {
-
+
Next Page
- BDD test syntax
+ Page Objects
→
diff --git a/guide/configuration/nightwatch-configuration-file.md b/guide/configuration/nightwatch-configuration-file.md
index 83c63797..4c9225b5 100644
--- a/guide/configuration/nightwatch-configuration-file.md
+++ b/guide/configuration/nightwatch-configuration-file.md
@@ -72,11 +72,11 @@ The following packages can be used from NPM and, if installed, Nightwatch will a
-
+
Next Page
- Jenkins
+ Capture browser logs
→
diff --git a/guide/migrating-to-nightwatch/from-protractor.md b/guide/migrating-to-nightwatch/from-protractor.md
index e142b1bb..0bd5c685 100644
--- a/guide/migrating-to-nightwatch/from-protractor.md
+++ b/guide/migrating-to-nightwatch/from-protractor.md
@@ -271,7 +271,7 @@ The best way to ask for questions or report issues related to Nightwatch Angular
[PageObjectLink]:https://nightwatchjs.org/api/pageobject/
[APICommandsLink]:https://nightwatchjs.org/api/commands/
-
+
diff --git a/guide/mobile-app-testing/debug-tests.md b/guide/mobile-app-testing/debug-tests.md
index 9aa2aa7b..a092a355 100644
--- a/guide/mobile-app-testing/debug-tests.md
+++ b/guide/mobile-app-testing/debug-tests.md
@@ -90,8 +90,16 @@ Pass Nightwatch commands/assertions to Nightwatch debug console open in the term
←
Back
- Running Mobile App Tests
+ Run Tests
+
\ No newline at end of file
diff --git a/guide/mobile-app-testing/introduction.md b/guide/mobile-app-testing/introduction.md
index 184c3d26..49837eba 100644
--- a/guide/mobile-app-testing/introduction.md
+++ b/guide/mobile-app-testing/introduction.md
@@ -58,12 +58,23 @@ Now that you understand how mobile app testing works with Nightwatch, let's dive
[image-1]: https://user-images.githubusercontent.com/1677755/220147111-0c8bd102-cc70-4a7b-bda7-6e597328ace3.png
-