Skip to content

Commit

Permalink
PXBF-1987-update-router-v7: remove console log from spec
Browse files Browse the repository at this point in the history
  • Loading branch information
scottqueen-bixal committed Dec 16, 2024
1 parent 07be867 commit 4176278
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ describe('RelativeBenefitList', () => {
expect(links[0].href).toContain(relativeBenefits[0].lifeEvent.lifeEventId)
expect(links[1].href).toContain(relativeBenefits[1].lifeEvent.lifeEventId)
// ensure the icons that contain values from the lifeEventId are in the dom
console.log(relativeBenefits[0].lifeEvent.lifeEventId)
expect(
screen.getByTestId(
`benefit-finder-icon--${relativeBenefits[0].lifeEvent.lifeEventId}`
Expand Down

0 comments on commit 4176278

Please sign in to comment.