mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
fix failing tests
This commit is contained in:
parent
b0e84ed82a
commit
05ae1cd94b
2 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue