Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wlsf82 committed Jan 15, 2024
1 parent 587b0f0 commit 11cbb52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2>
<h2>
<pre>.type() and .blur()</pre>
</h2>
<p>Another common tasks in testing web applications is to type into text fields, such as a textarea.</p>
<p>Another common task in testing web applications is to type into text fields, such as a textarea.</p>
<p>For that, Cypress offers the<a href="https://on.cypress.io/type" target="_blank"><code>.type()</code></a> command.</p>
<p>Simply chain a<code>.type()</code>to the element you want to type into, passing to<code>.type()</code>the text you want typed, as a string.</p>
<p>For example:<code>cy.get('textarea').type('Cypress is awesome!')</code>.</p>
Expand Down

0 comments on commit 11cbb52

Please sign in to comment.