booleancl / booleancl/javascript-fullstack-module08
Arreglar instrucciones para codigo simple para prueba de productos
Open
- Dominant language
- HTML
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Instrucciones acá
[https://booleancl.github.io/javascript-fullstack-module08/docs/02-bdd-with-cypress.html#qu%C3%A9-son-los-fixtures-
](https://booleancl.github.io/javascript-fullstack-module08/docs/02-bdd-with-cypress.html#qu%C3%A9-son-los-fixtures-
)
aparecen
```
cy.get('[data-cy="products"] li')
```
y deberían ser
```
cy.get('[data-cy="product-item"]')
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.