mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 13:11:19 -03:30
Updated contributing doc with notes about E2E
This commit is contained in:
parent
daf3bbc7ef
commit
0eb55f5038
@ -112,6 +112,9 @@ afterEach(() => {
|
||||
...
|
||||
```
|
||||
|
||||
**Test Attributes** -
|
||||
It should be noted that the `dataCy` prop, as well as its equivalent attribute `data-cy`, are used as flags for any UI test that wants to avoid relying on brittle CSS selectors such as `nth-of-type()`.
|
||||
|
||||
## Handling API Errors
|
||||
API requests can and will fail occasionally so they should include explicit error handling. The three _main_ categories of errors from our perspective are: content loading errors, form submission errors, and other errors. The patterns currently in place for these are described below:
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user