Skip to content

Commit

Permalink
CIV-0000 PBA testing (#2390)
Browse files Browse the repository at this point in the history
* Adding fix for api test pbav3 enabled

* Update PR

* Fix api test

* Update api_1v1_test.js

* Update fix

* Update steps.js

* Update step test

* added e2e page change and pba value as toggle was turned off

* lint

* Added wait

* moved steps call

* Update steps.js

* Update steps_file_LRspec.js

* linting

* Update pbaNumber.page.js

* Update pbaNumber.page.js

* Update pbaNumber.page.js

* Update test

* removed service pointing

* removed toggle hard coding

* Adding fix for api test pbav3 enabled

* Update PR

* added e2e page change and pba value as toggle was turned off

* Fix api test

* Update api_1v1_test.js

* Update fix

* Update steps.js

* Update step test

* lint

* Added wait

* moved steps call

* Update steps.js

* Update steps_file_LRspec.js

* linting

* removed service pointing

* Update pbaNumber.page.js

* Update pbaNumber.page.js

* Update pbaNumber.page.js

* Update test

* removed toggle hard coding

* CIV-6955 Attempting again with build

* Revert "CIV-6955 Attempting again with build"

This reverts commit 289fe26.

* CIV-6955 Attempting with PBAv3 turned on from civil-service pr image

This reverts commit 66e9509.

* Revert "CIV-6955 Attempting with PBAv3 turned on from civil-service pr image"

This reverts commit 14f3755.

* pointed to pba service image

* removed pointing to service pr

* api test investigation

* removed pba condition on object type

* found erronious pba in place of string and replaced toggle checker

* linting

* updated days as 40 falls on a bank holiday so test is failing today

---------

Co-authored-by: miguelMolina3691 <[email protected]>
Co-authored-by: skhajuria <[email protected]>
Co-authored-by: Filippo Possenti <[email protected]>
  • Loading branch information
4 people authored Mar 23, 2023
1 parent 9677aa7 commit b399a54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/fixtures/events/createClaimSpecFast.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ module.exports = {
version: 'string'
},
...isPBAv3(pbaV3) ? {
paymentTypePBASpec: 'PBAv3'
paymentTypePBASpec: 'string'
} : {},
}
}
Expand Down
2 changes: 1 addition & 1 deletion e2e/fixtures/events/informAgreeExtensionDateSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = {
const extension = {
userInput: {
ExtensionDate: {
respondentSolicitor1AgreedDeadlineExtension: dateNoWeekends(40)
respondentSolicitor1AgreedDeadlineExtension: dateNoWeekends(30)
}
},
midEventData: {
Expand Down

0 comments on commit b399a54

Please sign in to comment.