Skip to content

Commit

Permalink
Merge branch 'development' into DES/enhancement/#705-vl-refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
brenner-company committed Mar 10, 2021
2 parents 6d97882 + 6e26e31 commit 8286e09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/integration/unit/agendaitem-pieces.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ context('Tests of pieces on agendaitems', () => {
cy.get(agenda.agendaitemTitlesToSubcase).contains('Naar procedurestap')
.click();
cy.clickReverseTab('Documenten');
cy.reload(); // TODO error in subcase/documents route right after delete a piece that needed version restoring on agendaitem, Ok after reload
cy.clickReverseTab('Documenten');
cy.deleteSinglePiece('VR 2020 1212 DOC.0001-1BIS', 0);
cy.get('.vlc-scroll-wrapper__body').within(() => {
cy.get(document.documentCard).as('docCards');
Expand Down

0 comments on commit 8286e09

Please sign in to comment.