Skip to content

Commit

Permalink
fix(RUP): modifica test para filtros en RUP
Browse files Browse the repository at this point in the history
  • Loading branch information
ma7payne committed Dec 22, 2023
1 parent 4cec2bc commit 3df001a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/apps/huds/huds.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ context('RUP - Ejecucion', () => {
cy.goto('/huds/paciente/586e6e8627d3107fde116cdb', token, token);
cy.assertHudsBusquedaFiltros('prestaciones', 5);
cy.HudsBusquedaFiltros('prestaciones');
cy.plexOptions('Internación').click();
cy.get('button').contains('INTERNACIÓN').click();

cy.plexButtonIcon('chevron-down').click();

Expand Down

0 comments on commit 3df001a

Please sign in to comment.