mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
Fix code converting
This commit is contained in:
parent
c276395f49
commit
35a49ed87e
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ This will open up cypress locally and
|
|||
allow you to view the current test suite, as well as start writing new test.
|
||||
## Bulding best practices
|
||||
|
||||
As much as possible, build from a user's perspective. Use .within cypress command as needed to scope a command within a specific element (e.g. <table>, <nav>).
|
||||
As much as possible, build from a user's perspective. Use `.within` cypress command as needed to scope a command within a specific element (e.g. table, nav).
|
||||
|
||||
As much as possible, assert that the code is only selecting 1 item or that the final assertion is the appropriate count.
|
||||
### Prioritization of selecting elements
|
||||
|
|
|
|||
Loading…
Reference in a new issue