Ravi Srinivasan
2019-02-13 4c6b6d7b078b0dfe0ef7f22256d73eaa480e1361
fixed broken rendering in exercise 3
1 files modified
7 ■■■■ changed files
exercises/3-revenge-of-the-automated-testing/README.md 7 ●●●● patch | view | raw | blame | history
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 .