Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav committed Aug 7, 2024
1 parent 27aa86b commit e07f3ae
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,10 @@ describe("CourseProductDetailEnrollShallowRender", () => {
.simulate("change", { target: { value: courseRun["id"] } })
inner.update()

assert.equal(inner.find("input[type='hidden']").at(0).prop("value"), courseRun.products[0].id)

assert.equal(
inner.find("input[type='hidden']").at(0).prop("value"),
courseRun.products[0].id
)

const flexiblePricingLink = modal.find(".financial-assistance-link").at(0)
if (flexPriceApproved) {
Expand Down

0 comments on commit e07f3ae

Please sign in to comment.