diff --git a/src/markdown/tutorial/part-1/03-automated-testing.md b/src/markdown/tutorial/part-1/03-automated-testing.md index f6b75c7..01051fa 100644 --- a/src/markdown/tutorial/part-1/03-automated-testing.md +++ b/src/markdown/tutorial/part-1/03-automated-testing.md @@ -65,6 +65,7 @@ Let's open the generated test file and replace the boilerplate test with our own import { setupApplicationTest } from 'ember-qunit'; @@ -7,6 +7,12 @@ +-fail!!! - test('visiting /super-rentals', async function (assert) { - await visit('/super-rentals'); -