-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #906 from Crown-Commercial-Service/BUG/FMFR-1374-l…
…s-rates-issue FMFR-1374 - LS rates issue
- Loading branch information
Showing
9 changed files
with
245 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
36 changes: 36 additions & 0 deletions
36
...es/services/legal_services/rm6240/journey/central_government/lot_1/supplier_rates.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Feature: Legal services - Central governemnt - Lot 1 - Supplier rates | ||
|
||
Scenario Outline: Check the supplier has different rates in different jurisdictions | ||
Given I sign in and navigate to the start page for the 'RM6240' framework in 'legal services' | ||
Then I am on the 'Do you work for central government?' page | ||
And I select 'Yes' | ||
And I click on 'Continue' | ||
Then I am on the 'Do you hold an approval secured from the Government Legal Department (GLD) to use this framework?' page | ||
And I select 'Yes' | ||
And I click on 'Continue' | ||
Then I am on the 'Select the lot you need' page | ||
And I select 'Lot 1 - Full service provision' | ||
And I click on 'Continue' | ||
And I am on the 'Select the legal services you need' page | ||
And the sub title is 'Lot 1 - Full service provision' | ||
Given I check 'Information Technology' | ||
And I click on 'Continue' | ||
Then I am on the 'Select the jurisdiction you need' page | ||
And the sub title is 'Lot 1 - Full service provision' | ||
And I select '<jurisdiction>' | ||
And I click on 'Continue' | ||
Then I am on the 'Supplier results' page | ||
Given I click on 'DUBUQUE-PADBERG' | ||
Then I am on the 'DUBUQUE-PADBERG' page | ||
And the 'Partner' hourly rate is '<partner_rate>' | ||
And the 'Senior Solicitor, Senior Associate' hourly rate is '<senior_solicitor_rate>' | ||
And the 'Solicitor, Associate' hourly rate is '<solicitor_rate>' | ||
And the 'NQ Solicitor/Associate, Junior Solicitor/Associate' hourly rate is '<nq_solicitor_rate>' | ||
And the 'Trainee' hourly rate is '<trainee_rate>' | ||
And the 'Paralegal, Legal Assistant' hourly rate is '<paralegal_rate>' | ||
And the 'LMP (Legal project manager)' hourly rate is '<lmp_rate>' | ||
|
||
Examples: | ||
| jurisdiction | partner_rate | senior_solicitor_rate | solicitor_rate | nq_solicitor_rate | trainee_rate | paralegal_rate | lmp_rate | | ||
| England and Wales | £175.00 | £150.00 | £125.00 | £100.00 | £75.00 | £50.00 | £165.00 | | ||
| Scotland | £210.00 | £180.00 | £150.00 | £120.00 | £90.00 | £60.00 | £192.50 | |
36 changes: 36 additions & 0 deletions
36
...es/services/legal_services/rm6240/journey/central_government/lot_2/supplier_rates.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
Feature: Legal services - Central governemnt - Lot 2 - Supplier rates | ||
|
||
Scenario Outline: Check the supplier has different rates in different jurisdictions | ||
Given I sign in and navigate to the start page for the 'RM6240' framework in 'legal services' | ||
Then I am on the 'Do you work for central government?' page | ||
And I select 'Yes' | ||
And I click on 'Continue' | ||
Then I am on the 'Do you hold an approval secured from the Government Legal Department (GLD) to use this framework?' page | ||
And I select 'Yes' | ||
And I click on 'Continue' | ||
Then I am on the 'Select the lot you need' page | ||
And I select 'Lot 2 - General service provision' | ||
And I click on 'Continue' | ||
And I am on the 'Select the legal services you need' page | ||
And the sub title is 'Lot 2 - General service provision' | ||
Given I check 'Employment' | ||
And I click on 'Continue' | ||
Then I am on the 'Select the jurisdiction you need' page | ||
And the sub title is 'Lot 2 - General service provision' | ||
And I select '<jurisdiction>' | ||
And I click on 'Continue' | ||
Then I am on the 'Supplier results' page | ||
Given I click on 'WEHNER, STEHR AND KULAS' | ||
Then I am on the 'WEHNER, STEHR AND KULAS' page | ||
And the 'Partner' hourly rate is '<partner_rate>' | ||
And the 'Senior Solicitor, Senior Associate' hourly rate is '<senior_solicitor_rate>' | ||
And the 'Solicitor, Associate' hourly rate is '<solicitor_rate>' | ||
And the 'NQ Solicitor/Associate, Junior Solicitor/Associate' hourly rate is '<nq_solicitor_rate>' | ||
And the 'Trainee' hourly rate is '<trainee_rate>' | ||
And the 'Paralegal, Legal Assistant' hourly rate is '<paralegal_rate>' | ||
And the 'LMP (Legal project manager)' hourly rate is '<lmp_rate>' | ||
|
||
Examples: | ||
| jurisdiction | partner_rate | senior_solicitor_rate | solicitor_rate | nq_solicitor_rate | trainee_rate | paralegal_rate | lmp_rate | | ||
| Scotland | £175.00 | £150.00 | £125.00 | £100.00 | £75.00 | £50.00 | £165.00 | | ||
| Northern Ireland | £210.00 | £180.00 | £150.00 | £120.00 | £90.00 | £60.00 | £137.50 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
34 changes: 34 additions & 0 deletions
34
...ervices/legal_services/rm6240/journey/non_central_government/lot_1/supplier_rates.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Feature: Legal services - Non central governemnt - Lot 1 - Supplier rates | ||
|
||
Scenario Outline: Check the supplier has different rates in different jurisdictions | ||
Given I sign in and navigate to the start page for the 'RM6240' framework in 'legal services' | ||
Then I am on the 'Do you work for central government?' page | ||
And I select 'No' | ||
And I click on 'Continue' | ||
Then I am on the 'Select the lot you need' page | ||
And I select 'Lot 1 - Full service provision' | ||
And I click on 'Continue' | ||
And I am on the 'Select the legal services you need' page | ||
And the sub title is 'Lot 1 - Full service provision' | ||
When I check the following items: | ||
| Children and Vulnerable Adults | | ||
| Corporate Law | | ||
And I click on 'Continue' | ||
Then I am on the 'Select the jurisdiction you need' page | ||
And the sub title is 'Lot 1 - Full service provision' | ||
And I select '<jurisdiction>' | ||
And I click on 'Continue' | ||
Then I am on the 'Supplier results' page | ||
Given I click on 'WILLIAMSON-BERGSTROM' | ||
Then I am on the 'WILLIAMSON-BERGSTROM' page | ||
And the 'Partner' hourly rate is '<partner_rate>' | ||
And the 'Senior Solicitor, Senior Associate' hourly rate is '<senior_solicitor_rate>' | ||
And the 'Solicitor, Associate' hourly rate is '<solicitor_rate>' | ||
And the 'NQ Solicitor/Associate, Junior Solicitor/Associate' hourly rate is '<nq_solicitor_rate>' | ||
And the 'Trainee' hourly rate is '<trainee_rate>' | ||
And the 'Paralegal, Legal Assistant' hourly rate is '<paralegal_rate>' | ||
|
||
Examples: | ||
| jurisdiction | partner_rate | senior_solicitor_rate | solicitor_rate | nq_solicitor_rate | trainee_rate | paralegal_rate | | ||
| England and Wales | £210.00 | £180.00 | £150.00 | £120.00 | £90.00 | £60.00 | | ||
| Northern Ireland | £245.00 | £210.00 | £175.00 | £140.00 | £105.00 | £70.00 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
...ervices/legal_services/rm6240/journey/non_central_government/lot_2/supplier_rates.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
Feature: Legal services - Non central governemnt - Lot 2 - Supplier rates | ||
|
||
Scenario Outline: Check the supplier has different rates in different jurisdictions | ||
Given I sign in and navigate to the start page for the 'RM6240' framework in 'legal services' | ||
Then I am on the 'Do you work for central government?' page | ||
And I select 'No' | ||
And I click on 'Continue' | ||
Then I am on the 'Select the lot you need' page | ||
And I select 'Lot 2 - General service provision' | ||
And I click on 'Continue' | ||
And I am on the 'Select the legal services you need' page | ||
And the sub title is 'Lot 2 - General service provision' | ||
When I check the following items: | ||
| Court of Protection | | ||
| Licensing | | ||
And I click on 'Continue' | ||
Then I am on the 'Select the jurisdiction you need' page | ||
And the sub title is 'Lot 2 - General service provision' | ||
And I select '<jurisdiction>' | ||
And I click on 'Continue' | ||
Then I am on the 'Supplier results' page | ||
Given I click on 'GUSIKOWSKI, BOSCO AND CRIST' | ||
Then I am on the 'GUSIKOWSKI, BOSCO AND CRIST' page | ||
And the 'Partner' hourly rate is '<partner_rate>' | ||
And the 'Senior Solicitor, Senior Associate' hourly rate is '<senior_solicitor_rate>' | ||
And the 'Solicitor, Associate' hourly rate is '<solicitor_rate>' | ||
And the 'NQ Solicitor/Associate, Junior Solicitor/Associate' hourly rate is '<nq_solicitor_rate>' | ||
And the 'Trainee' hourly rate is '<trainee_rate>' | ||
And the 'Paralegal, Legal Assistant' hourly rate is '<paralegal_rate>' | ||
And the 'LMP (Legal project manager)' hourly rate is '<lmp_rate>' | ||
|
||
Examples: | ||
| jurisdiction | partner_rate | senior_solicitor_rate | solicitor_rate | nq_solicitor_rate | trainee_rate | paralegal_rate | lmp_rate | | ||
| England and Wales | £175.00 | £150.00 | £125.00 | £100.00 | £75.00 | £50.00 | £165.00 | | ||
| Scotland | £175.00 | £150.00 | £125.00 | £100.00 | £75.00 | £50.00 | £137.50 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters