File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1351,7 +1351,7 @@ assertions_.
1351
1351
#### Example #1 : Implicit Assertion
1352
1352
1353
1353
``` js
1354
- // because .get() has a implicit assertion
1354
+ // because .get() has an implicit assertion
1355
1355
// that this element exists, it can time out and fail
1356
1356
cy .get (' .mobile-nav' )
1357
1357
```
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ possibly uploading it to Cypress Cloud.
118
118
:::cypress-config-example
119
119
120
120
In addition to enabling or disabling video compress, you can specify the CRF
121
- value used to compress the video. Here is some common scenario :
121
+ value used to compress the video. Here are some common scenarios :
122
122
123
123
- If the machine is encoding the video slowly (which is often the case for
124
124
virtual machines that use less CPU cores), try increasing the CRF value.
Original file line number Diff line number Diff line change @@ -642,7 +642,7 @@ Why you shouldn't do this in end-to-end tests:
642
642
- Resetting tests is much slower than adding more assertions
643
643
644
644
It is common for tests in Cypress to issue 30+ commands. Because nearly every
645
- command has a implicit assertions (and can therefore fail), even by limiting
645
+ command has an implicit assertion (and can therefore fail), even by limiting
646
646
your assertions you're not saving yourself anything because ** any single command
647
647
could implicitly fail** .
648
648
You can’t perform that action at this time.
0 commit comments