Skip to content

Commit

Permalink
Merge pull request #2404 from DFE-Digital/AQTS-571-change-fi-link-title
Browse files Browse the repository at this point in the history
AQTS-571 Incorrect title for FI from applicant in assessor interface
  • Loading branch information
syed87 authored Sep 19, 2024
2 parents 0ae89fb + 1d059c7 commit fd97cc5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion config/locales/assessor_interface.en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ en:
professional_standing_request: Verify LoPS
qualification_requests: Verify qualifications
reference_requests: Verify references
review_requested_information: Review requested information from applicant
review_requested_information: Review further information from applicant
review_verifications: Review verifications
verification_decision: Verification decision

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def professional_standing_task
end

def review_requested_information_task
find_task_list_item("Review requested information from applicant")
find_task_list_item("Review further information from applicant")
end

def verify_professional_standing_task
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
it do
expect(subject).to include_task_list_item(
"Assessment",
"Review requested information from applicant",
"Review further information from applicant",
status: :cannot_start,
)
end
Expand All @@ -323,7 +323,7 @@
it do
expect(subject).to include_task_list_item(
"Assessment",
"Review requested information from applicant",
"Review further information from applicant",
status: :not_started,
)
end
Expand All @@ -342,7 +342,7 @@
it do
expect(subject).to include_task_list_item(
"Assessment",
"Review requested information from applicant",
"Review further information from applicant",
status: :in_progress,
)
end
Expand All @@ -361,7 +361,7 @@
it do
expect(subject).to include_task_list_item(
"Assessment",
"Review requested information from applicant",
"Review further information from applicant",
status: :in_progress,
)
end
Expand All @@ -380,7 +380,7 @@
it do
expect(subject).to include_task_list_item(
"Assessment",
"Review requested information from applicant",
"Review further information from applicant",
status: :completed,
)
end
Expand All @@ -399,7 +399,7 @@
it do
expect(subject).to include_task_list_item(
"Assessment",
"Review requested information from applicant",
"Review further information from applicant",
status: :completed,
)
end
Expand Down

0 comments on commit fd97cc5

Please sign in to comment.