From 4c6b6d7b078b0dfe0ef7f22256d73eaa480e1361 Mon Sep 17 00:00:00 2001
From: Ravi Srinivasan <rsriniva@redhat.com>
Date: Wed, 13 Feb 2019 08:24:51 +0100
Subject: [PATCH] fixed broken rendering in exercise 3

---
 exercises/3-revenge-of-the-automated-testing/README.md |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/exercises/3-revenge-of-the-automated-testing/README.md b/exercises/3-revenge-of-the-automated-testing/README.md
index c276593..92817e4 100644
--- a/exercises/3-revenge-of-the-automated-testing/README.md
+++ b/exercises/3-revenge-of-the-automated-testing/README.md
@@ -696,9 +696,14 @@
   };
 ```
     <!-- ![if-e2e-step4](../images/exercise3/if-e2e-step4.png) -->
+    
+    <!-- ![if-e2e-step4](../images/exercise3/e2e-code-listing-full.jpg) -->
+
+7. Your final E2E test should look like the following:
+
     ![if-e2e-step4](../images/exercise3/e2e-code-listing-full.jpg)
 
-7.  At this point we should have a working e2e test. We can run this by using `npm run e2e`. When all tests pass, we can push up these changes.
+8.  At this point we should have a working e2e test. We can run this by using `npm run e2e`. When all tests pass, we can push up these changes.
 
 ```bash
 git add .

--
Gitblit v1.9.3