Skip to content

Commit 0b6766c

Browse files
chore(cypress): run formatter and address lints
1 parent 4d03c36 commit 0b6766c

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

cypress-tests/cypress/e2e/configs/Payment/Fiservemea.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ export const connectorDetails = {
311311
},
312312
},
313313
MandateSingleUse3DSAutoCapture: {
314-
Configs:{
314+
Configs: {
315315
TRIGGER_SKIP: true,
316316
},
317317
Request: {
@@ -346,7 +346,7 @@ export const connectorDetails = {
346346
},
347347
},
348348
MandateSingleUseNo3DSAutoCapture: {
349-
Configs:{
349+
Configs: {
350350
TRIGGER_SKIP: true,
351351
},
352352
Request: {
@@ -366,7 +366,7 @@ export const connectorDetails = {
366366
},
367367
},
368368
MandateSingleUseNo3DSManualCapture: {
369-
Configs:{
369+
Configs: {
370370
TRIGGER_SKIP: true,
371371
},
372372
Request: {
@@ -385,7 +385,7 @@ export const connectorDetails = {
385385
},
386386
},
387387
MandateMultiUseNo3DSAutoCapture: {
388-
Configs:{
388+
Configs: {
389389
TRIGGER_SKIP: true,
390390
},
391391
Request: {
@@ -405,7 +405,7 @@ export const connectorDetails = {
405405
},
406406
},
407407
MandateMultiUseNo3DSManualCapture: {
408-
Configs:{
408+
Configs: {
409409
TRIGGER_SKIP: true,
410410
},
411411
Request: {

cypress-tests/cypress/e2e/configs/Payment/Utils.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,13 @@ export function updateBusinessProfile(
328328
export const CONNECTOR_LISTS = {
329329
// Exclusion lists (skip these connectors)
330330
EXCLUDE: {
331-
CONNECTOR_AGNOSTIC_NTID: ["bankofamerica", "braintree", "fiuu", "paypal","fiservemea"],
331+
CONNECTOR_AGNOSTIC_NTID: [
332+
"bankofamerica",
333+
"braintree",
334+
"fiuu",
335+
"paypal",
336+
"fiservemea",
337+
],
332338
// Add more exclusion lists
333339
},
334340

0 commit comments

Comments
 (0)