You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/testing/cypress.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -166,7 +166,7 @@ page.username.type('john');
166
166
```
167
167
168
168
## Tip: Implicit assertion
169
-
Whenver a cypress command fails you get a nice error (instead of something like `null` with many other frameworks) so you fail quickly and know exactly when a test fails e.g.
169
+
Whenever a cypress command fails you get a nice error (instead of something like `null` with many other frameworks) so you fail quickly and know exactly when a test fails e.g.
0 commit comments