diff --git a/topics/basics/testing_plugins/integration_tests/integration_tests.md b/topics/basics/testing_plugins/integration_tests/integration_tests.md
index cd8ce53ce..20bfa1b74 100644
--- a/topics/basics/testing_plugins/integration_tests/integration_tests.md
+++ b/topics/basics/testing_plugins/integration_tests/integration_tests.md
@@ -2,6 +2,8 @@
# Integration Tests
+
+
Tutorial on how to create UI and functional integration tests
There are several important reasons to create integration tests, including:
@@ -13,4 +15,4 @@ There are several important reasons to create integration tests, including:
1. [](integration_tests_intro.md)
2. Writing UI Tests (will be available soon)
-3. API Interaction (will be available soon)
\ No newline at end of file
+3. API Interaction (will be available soon)
diff --git a/topics/basics/testing_plugins/integration_tests/integration_tests_intro.md b/topics/basics/testing_plugins/integration_tests/integration_tests_intro.md
index a2dc1f309..138ffe834 100644
--- a/topics/basics/testing_plugins/integration_tests/integration_tests_intro.md
+++ b/topics/basics/testing_plugins/integration_tests/integration_tests_intro.md
@@ -2,6 +2,8 @@
# Introduction to Integration Tests
+
+
Walkthrough how to create the first integration tests.
## Adding dependencies