Skip to content

Commit 5eb6867

Browse files
authored
fix: app html stray end tag syntax errors (#964)
1 parent 961b623 commit 5eb6867

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

app/commands/waiting.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,13 @@ <h4><a href="https://on.cypress.io/wait">cy.wait()</a></h4>
108108
</div>
109109
</div>
110110
<div class="col-xs-12">
111-
<p>More information:
111+
<div>More information:
112112
<ul>
113113
<li><a href="https://www.cypress.io/blog/2019/12/23/asserting-network-calls-from-cypress-tests/">Asserting Network Calls from Cypress Tests</a> blog post</li>
114114
<li><a href="https://github.com/cypress-io/cypress-example-recipes#unit-testing">Unit testing application code</a> recipe</li>
115115
<li>Avoid hard-coded waits using built-in <a href="https://on.cypress.io/retry-ability">retry-ability</a></li>
116116
</ul>
117-
</p>
117+
</div>
118118
</div>
119119

120120
<div class="col-xs-12"><hr></div>

app/commands/window.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ <h4 id="title"><a href="https://on.cypress.io/title">cy.title()</a></h4>
9595

9696
<div class="col-xs-12"><hr></div>
9797

98-
</div>
9998
</div>
10099
</div>
101100
</div>

0 commit comments

Comments
 (0)