Skip to content

Commit

Permalink
NTR: added testcases
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalij Mik committed Jun 17, 2024
1 parent a3559e6 commit 5485f05
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Resources/app/administration/src/snippet/de-DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"btnMollieActions": "Mollie Aktionen",
"refundThroughMollie": "Rückerstattung über Mollie",
"shipThroughMollie": "Versand melden",
"cancelMollieItem": "Abbrechen bei Mollie"
"cancelMollieItem": "Abbrechen über Mollie"
},
"config": {
"info": {
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/app/administration/src/snippet/en-GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"btnMollieActions": "Mollie Actions",
"refundThroughMollie": "Refund through Mollie",
"shipThroughMollie": "Ship through Mollie",
"cancelMollieItem": "Cancel at Mollie"
"cancelMollieItem": "Cancel through Mollie"
},
"config": {
"info": {
Expand Down
2 changes: 1 addition & 1 deletion src/Resources/app/administration/src/snippet/nl-NL.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"btnMollieActions": "Mollie acties",
"refundThroughMollie": "Terugbetaling via Mollie",
"shipThroughMollie": "Verzending door Mollie",
"cancelMollieItem": "Opzeggen bij Mollie"
"cancelMollieItem": "Opzeggen via Mollie"
},
"config": {
"info": {
Expand Down
4 changes: 2 additions & 2 deletions tests/Cypress/cypress/e2e/storefront/cancel/cancel-item.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ context("Cancel Authorized items", () => {
});

context(devices.getDescription(device), () => {
it('Cancel items from order', () => {
it('C3259233: Cancel items from order', () => {
createOrderAndOpenAdmin('Pay now');


Expand All @@ -60,7 +60,7 @@ context("Cancel Authorized items", () => {

});

it('Check cancel button on non authorized order', () => {
it('C3259299: Check cancel button on non authorized order', () => {
createOrderAndOpenAdmin('PayPal');


Expand Down

0 comments on commit 5485f05

Please sign in to comment.