fix failing tests

pull/1/head
rebuilt 3 years ago
parent b0e84ed82a
commit 05ae1cd94b

@ -26,7 +26,7 @@ describe CategoryPresenter do
end
let(:academic_learning_presenter) do
category = create(:category, name: 'Academic Learning')
category = create(:category, name: 'Perceptions of Learning')
return CategoryPresenter.new(category:)
end

@ -161,7 +161,7 @@ def district_admin_sees_student_physical_safety
end
def district_admin_sees_problem_solving_emphasis
expect(page).to have_text('Problem Solving Emphasis')
expect(page).to have_text('Problem Solving')
expect(page).to have_css("[data-for-measure-id='4C-i'][width='60.0%'][x='0.0%']")
end

Loading…
Cancel
Save