@@ -290,7 +290,7 @@ If you're familiar with Cypress commands already, but find yourself using
290290For working with either of these patterns, please read our
291291[ Variables and Aliases guide] ( /guides/core-concepts/variables-and-aliases ) .
292292
293- ## Visiting external sites
293+ ## Visiting External Sites
294294
295295:::danger
296296
@@ -447,7 +447,7 @@ email's functionality and visual style:
447447 environment variables. Some email services already provide
448448 [ Cypress plugins] ( /plugins#Email ) to access emails.
449449
450- ## Having tests rely on the state of previous tests
450+ ## Having Tests Rely On The State Of Previous Tests
451451
452452:::danger
453453
@@ -578,7 +578,7 @@ We're also paving the way to make it less complicated to write multiple tests
578578against the "default" state of the form. That way each test stays lean but each
579579can be run independently and pass.
580580
581- ## Creating "tiny" tests with a single assertion <E2EOnlyBadge />
581+ ## Creating "Tiny" Tests With A Single Assertion <E2EOnlyBadge />
582582
583583:::danger
584584
@@ -664,7 +664,7 @@ describe('my form', () => {
664664})
665665```
666666
667- ## Using ` after ` or ` afterEach ` hooks
667+ ## Using ` after ` Or ` afterEach ` Hooks
668668
669669:::danger
670670
@@ -1011,7 +1011,7 @@ Are you trying to run in CI?
10111011We have
10121012[ examples showing you how to start and stop your web server] ( /guides/continuous-integration/introduction#Boot-your-server ) .
10131013
1014- ## Setting a global baseUrl
1014+ ## Setting a Global ` baseUrl `
10151015
10161016:::danger
10171017
0 commit comments