From 2e72854ea7c21f53a18a1f976ade0d3e96e29931 Mon Sep 17 00:00:00 2001 From: Godfrey Chan Date: Fri, 25 Jun 2021 17:42:41 -0700 Subject: [PATCH] test --- src/markdown/tutorial/part-1/03-automated-testing.md | 1 + 1 file changed, 1 insertion(+) 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'); -