booleancl / booleancl/javascript-fullstack-module08
Arreglar instrucciones para codigo simple para prueba de productos
Abierto
- Lenguaje dominante
- HTML
- Estrellas
- 1
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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"]')
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.