Skip to content

Commit

Permalink
MAN-282 update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
achimber-moj committed Jan 22, 2025
1 parent d540a3c commit c5891c4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions integration_tests/e2e/licence-condition-note.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,14 @@ context('Sentence', () => {
cy.get(`[class=app-summary-card__body]`).within(() => cy.get('dd').eq(4).should('contain.text', '22 April 2024'))

cy.get(`[class=app-summary-card__body]`).within(() => cy.get('dt').eq(5).should('contain.text', 'Note'))

// cy.get(`[class=predictor-timeline-item predictor-timeline-item--high]`).within(() =>
// cy.get(`[class=predictor-timeline-item__level]`).should('contain.text', 'HIGH)'),
// )

cy.get(`[class=predictor-timeline-item__level]`)
.eq(0)
.within(() => cy.get('strong').should('contain.text', 'ROSH'))
})

it('Licence condition no note ', () => {
Expand Down

0 comments on commit c5891c4

Please sign in to comment.