Skip to content

Commit

Permalink
fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
annagav committed Aug 7, 2024
1 parent e07f3ae commit e5b102f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ describe("CourseProductDetailEnrollShallowRender", () => {
courseRun.products[0].id
)

const flexiblePricingLink = modal.find(".financial-assistance-link").at(0)
const flexiblePricingLink = inner.find(".financial-assistance-link").at(0)
if (flexPriceApproved) {
assert.isFalse(flexiblePricingLink.exists())
} else {
Expand Down

0 comments on commit e5b102f

Please sign in to comment.