Skip to content

Commit

Permalink
fix issue
Browse files Browse the repository at this point in the history
  • Loading branch information
joegibb committed Dec 17, 2024
1 parent 5939959 commit 13b23a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/views/content/shared/benefits.html.erb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

it { is_expected.to have_css("ul li") }
it { is_expected.to have_link("competitive salary starting at", href: "/life-as-a-teacher/pay-and-benefits/teacher-pay") }
it { is_expected.to have_link("a secure pension", href: "/life-as-a-teacher/pay-and-benefits/teachers-pension-scheme") }
it { is_expected.to have_link("secure pension", href: "/life-as-a-teacher/pay-and-benefits/teachers-pension-scheme") }
it { is_expected.to have_text(subject_name) }
it { is_expected.to have_text(salary_value) }
end

0 comments on commit 13b23a6

Please sign in to comment.