We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53932cb + aaa9ca2 commit 04fbc97Copy full SHA for 04fbc97
src/markdown/tutorial/part-1/03-automated-testing.md
@@ -167,7 +167,7 @@ Let's practice what we learned by adding tests for the remaining pages:
167
+ assert.equal(currentURL(), '/getting-in-touch');
168
+ assert.dom('h2').hasText('Contact Us');
169
+
170
-+ assert.dom('a.button').hasText('About');
++ assert.dom('.jumbo a.button').hasText('About');
171
+ await click('.jumbo a.button');
172
173
+ assert.equal(currentURL(), '/about');
0 commit comments