Skip to content

Commit

Permalink
PXBF-1566-include-screenshots-on-failure: update failing tests used f…
Browse files Browse the repository at this point in the history
…or testing pipeline
  • Loading branch information
nehemiah-abuga committed Jul 20, 2024
1 parent 5713e16 commit ad5b861
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,5 @@ describe('Validate correct eligibility benefits display based on selected criter
pageObjects
.keyEligibilityCriteriaListIcon()
.should('have.class', 'bf-checkmark--green')
pageObjects.benefitsAccordion().should('have.length', 22)
})
})
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ describe('Accordion component tests', () => {
cy.get(accordionButton).click()
cy.get(accordionButton).should('have.attr', 'aria-expanded', 'true')
cy.get(accordionButton).click()
cy.get(accordionButton).should('have.attr', 'aria-expanded', 'true')
cy.get(accordionButton).should('have.attr', 'aria-expanded', 'false')
})
})

0 comments on commit ad5b861

Please sign in to comment.