fix failing tests

This commit is contained in:
rebuilt 2023-01-17 15:26:56 -08:00
parent b0e84ed82a
commit 05ae1cd94b
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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