We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6785fe1 commit 8998330Copy full SHA for 8998330
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
65
import { setupApplicationTest } from 'ember-qunit';
66
@@ -7,6 +7,12 @@
67
68
+-fail!!!
69
- test('visiting /super-rentals', async function (assert) {
70
- await visit('/super-rentals');
71
-
0 commit comments