Skip to content

Commit

Permalink
It's provider, not prvoider
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmartinez committed May 2, 2024
1 parent 2622b8d commit 656528e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/locales/en/claims/support/claims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ en:
submitted_before: Submitted before
submitted_before_hint: For example, 31 7 2024
school_ids: School
provider_ids: Accredited prvoider
provider: Accredited prvoider
provider_ids: Accredited provider
provider: Accredited provider
submit: Search
clear: Clear search
show:
Expand Down
4 changes: 2 additions & 2 deletions spec/system/claims/support/claims/view_claims_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def when_i_search_the_school_filer_with(school_name)
end

def when_i_search_the_provider_filer_with(provider_name)
fill_in("Accredited prvoider", with: provider_name)
fill_in("Accredited provider", with: provider_name)
end

def then_i_see_only_my_filter_school_as_an_option
Expand All @@ -152,6 +152,6 @@ def then_i_see_my_search_school_filter_populated(school_name)
end

def then_i_see_my_search_provider_filter_populated(provider_name)
expect(page).to have_field("Accredited prvoider", with: provider_name)
expect(page).to have_field("Accredited provider", with: provider_name)
end
end

0 comments on commit 656528e

Please sign in to comment.