Skip to content

Commit

Permalink
Merge pull request #368 from jamoonlore/patch-2
Browse files Browse the repository at this point in the history
Missing punctuation
  • Loading branch information
jennifer-shehane authored Jan 11, 2018
2 parents 801ef0c + 57c635a commit ce2dd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/guides/core-concepts/introduction-to-cypress.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ To match the behavior of web applications, Cypress is asynchronous and relies on
There is a performance tradeoff here: **tests that have longer timeout periods take longer to fail**. Commands always proceed as soon as their expected criteria is met, so working tests will be performed as fast as your application allows. A test that fails due to timeout will consume the entire timeout period, by design. This means that while you _may_ want to increase your timeout period to suit specific parts of your app, you _don't_ want to make it "extra long, just in case".
{% endnote %}

Later in this guide we'll go into much more detail about {% urlHash 'Default Assertions' Default-Assertions %} and {% urlHash 'Timeouts' Timeouts %}
Later in this guide we'll go into much more detail about {% urlHash 'Default Assertions' Default-Assertions %} and {% urlHash 'Timeouts' Timeouts %}.

# Chains of Commands

Expand Down

0 comments on commit ce2dd53

Please sign in to comment.