Skip to content

Commit

Permalink
Fix typo in word performance
Browse files Browse the repository at this point in the history
  • Loading branch information
elceebee committed Jan 8, 2025
1 parent 33305e8 commit 22b7fd6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

scenario 'when provider user has multiple provider with performance report', time: mid_cycle(2024) do
given_a_provider_user_with_two_providers_exists
and_a_provider_has_a_recruitment_peroformance_report
and_a_provider_has_a_recruitment_performance_report
and_i_am_signed_in_as_provider_user
when_i_visit_the_reports_index
then_the_page_has_the_right_content
Expand All @@ -16,7 +16,7 @@ def when_i_visit_the_reports_index
expect(page).to have_current_path('/provider/reports', ignore_query: true)
end

def and_a_provider_has_a_recruitment_peroformance_report
def and_a_provider_has_a_recruitment_performance_report
create(:provider_recruitment_performance_report, provider: @provider)
end

Expand Down

0 comments on commit 22b7fd6

Please sign in to comment.