fix: #8425 fixed zoneWarehouse e2e test not working #1304
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#1304
Loading…
Reference in New Issue
No description provided.
Delete Branch "8423-e2eZoneWarehouse"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
fix: #8423 fixed zoneWarehouse e2e test not workingto fix: #8425 fixed zoneWarehouse e2e test not working@ -15,3 +15,3 @@
it('should throw an error if the warehouse chosen is already put in the zone', () => {
cy.addBtnClick();
cy.selectOption('[data-cy="Warehouse_select"]', 'Warehouse Two');
cy.get('[data-cy="Warehouse_select"]').type('Warehouse Two{enter}');
revisa el proyecto si esa es la manera correcta.
Imagino que habrán 2 estilos, una pista, esta es la manera antigua, hemos evolucionado
Sin mirar el código se te ocurre alguna manera de porque está mal? Por ejemplo, es engorroso estar escribiendo siempre data-cy, que pasa si mañana decidimos data-test-cy, un montón de reemplazos no?
Esto está bien
cy.get('[data-cy="Warehouse_select"]').type('Warehouse
Two{enter}');`Pero puede estar mejor, por eso digo que revisa como usamos el cy.get para seleccionar atributos data-cy
Ahora te adjunto el report con mi propuesta para validar que pasa
el reporte