Skip to content

Commit

Permalink
PAY-5918-PAY-6586: Pound £ sign in Amount field for full payment opti…
Browse files Browse the repository at this point in the history
…on refund

  User Unable to mark payment as "Transferred" in Paybubble
  [PAY-5918-PAY-6586] (https://tools.hmcts.net/jira/browse/PAY-6586).
  • Loading branch information
Thor-tech-of-metal committed Jan 15, 2024
1 parent 67be5d0 commit 04886f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Scenario('Normal ccd case cash payment transferred', async({ I, CaseSearch, Case
CaseTransaction.allocateToTransferred();
CaseTransferred.validateTransferredPage(dcnNumber, '593.00', 'Cash');
await I.runAccessibilityTest();
CaseTransferred.validateAndConfirmTransferred('auto transferred reason', 'Basildon Combined Court - Crown (W802)');
CaseTransferred.validateAndConfirmTransferred('auto transferred reason with amount £593.00. (For XYZ123 reason).', 'Basildon Combined Court - Crown (W802)');
CaseTransferred.confirmPayment();
I.wait(CCPBATConstants.fiveSecondWaitTime);
CaseTransaction.checkBulkCaseSuccessPayment(ccdCaseNumberFormatted, 'Case reference', 'Transferred');
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"dependencies": {
"@babel/eslint-parser": "^7.11.0",
"@babel/helper-create-class-features-plugin": "^7.21.8",
"@hmcts/ccpay-web-component": "6.0.8",
"@hmcts/ccpay-web-component": "6.0.9-beta01",
"@hmcts/cookie-manager": "^1.0.0",
"@hmcts/nodejs-healthcheck": "^1.8.0",
"@hmcts/nodejs-logging": "^4.0.4",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2830,15 +2830,15 @@ __metadata:
languageName: node
linkType: hard

"@hmcts/ccpay-web-component@npm:6.0.8":
version: 6.0.8
resolution: "@hmcts/ccpay-web-component@npm:6.0.8"
"@hmcts/ccpay-web-component@npm:6.0.9-beta01":
version: 6.0.9-beta01
resolution: "@hmcts/ccpay-web-component@npm:6.0.9-beta01"
dependencies:
tslib: ^2.3.0
peerDependencies:
"@angular/common": ^16.1.6
"@angular/core": ^16.1.6
checksum: d9786c2bbe907ad57f6f410f6ef992d1526b9d4dee33901423cc8442e390fbee9a910bb9394011042c048d0e43d7cb08bbe210b19c1300eb702ed06e51e9d358
checksum: 609ee644d2dddfaf1726472ea1a8d3e4aa4b5ce25d37b96e53beb2341ff07bc61e729d077c0050d55ef2d3d6e96a5696282f44ee806fb7b89dcccfb497eb9802
languageName: node
linkType: hard

Expand Down Expand Up @@ -6786,7 +6786,7 @@ __metadata:
"@babel/helper-create-class-features-plugin": ^7.21.8
"@codeceptjs/allure-legacy": ^1.0.2
"@codeceptjs/helper": ^1.0.2
"@hmcts/ccpay-web-component": 6.0.8
"@hmcts/ccpay-web-component": 6.0.9-beta01
"@hmcts/cookie-manager": ^1.0.0
"@hmcts/eslint-config": ^1.4.0
"@hmcts/nodejs-healthcheck": ^1.8.0
Expand Down

0 comments on commit 04886f2

Please sign in to comment.