Skip to content

Commit

Permalink
Inclusão da persistência do texto nos dispositivos artigo, parágrafo,…
Browse files Browse the repository at this point in the history
… inciso e alínea #923
  • Loading branch information
eurobertacs committed Oct 14, 2024
1 parent ebb5628 commit 6acbf4c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cypress/e2e/nova-emenda/nova-emenda-mpv-885.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,10 @@ describe('Emenda para MPV 885', () => {

cy.checarComandoEmenda();
cy.checarTextoPresenteEmComandoEmenda(textoItem);

cy.get('#texto__dispositivo87').invoke('text', textoArtigo);
cy.get('#texto__dispositivo88').invoke('text', textoParagrafo);
cy.get('#texto__dispositivo89').invoke('text', textoInciso);
cy.get('#texto__dispositivo90').invoke('text', textoAlinea);
});
});

0 comments on commit 6acbf4c

Please sign in to comment.