From d533e5763dc64506d2f054ff7c45819a7fb1192f Mon Sep 17 00:00:00 2001 From: Vasanth Date: Mon, 9 Mar 2026 12:44:34 +0530 Subject: [PATCH] ci(cypress): fix the specs order for calida (#11445) Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> --- .../e2e/spec/Payment/{00040-Wallet.cy.js => 00019-Wallet.cy.js} | 0 ...0019-MandatesUsingPMID.cy.js => 00020-MandatesUsingPMID.cy.js} | 0 ...tesUsingNTIDProxy.cy.js => 00021-MandatesUsingNTIDProxy.cy.js} | 0 .../cypress/e2e/spec/Payment/{00021-UPI.cy.js => 00022-UPI.cy.js} | 0 .../Payment/{00022-Variations.cy.js => 00023-Variations.cy.js} | 0 .../{00023-PaymentMethods.cy.js => 00024-PaymentMethods.cy.js} | 0 ...nectorAgnosticNTID.cy.js => 00025-ConnectorAgnosticNTID.cy.js} | 0 .../Payment/{00025-SessionCall.cy.js => 00026-SessionCall.cy.js} | 0 ...stomerPsyncFlow.cy.js => 00027-DeletedCustomerPsyncFlow.cy.js} | 0 ...essProfileConfigs.cy.js => 00028-BusinessProfileConfigs.cy.js} | 0 .../{00028-IncrementalAuth.cy.js => 00029-IncrementalAuth.cy.js} | 0 .../Payment/{00029-Overcapture.cy.js => 00030-Overcapture.cy.js} | 0 .../{00030-RealTimePayment.cy.js => 00031-RealTimePayment.cy.js} | 0 ...{00031-DDCRaceCondition.cy.js => 00032-DDCRaceCondition.cy.js} | 0 .../Payment/{00032-ManualRetry.cy.js => 00033-ManualRetry.cy.js} | 0 ...0033-CustomerListTests.cy.js => 00034-CustomerListTests.cy.js} | 0 ...ntsEligibilityAPI.cy.js => 00035-PaymentsEligibilityAPI.cy.js} | 0 ...-DiffCheckValidation.cy.js => 00036-DiffCheckValidation.cy.js} | 0 .../{00036-RewardPayment.cy.js => 00037-RewardPayment.cy.js} | 0 .../{00037-CryptoPayment.cy.js => 00038-CryptoPayment.cy.js} | 0 .../{00038-DynamicFields.cy.js => 00039-DynamicFields.cy.js} | 0 ...mentWebhookFixture.cy.js => 00040-PaymentWebhookFixture.cy.js} | 0 22 files changed, 0 insertions(+), 0 deletions(-) rename cypress-tests/cypress/e2e/spec/Payment/{00040-Wallet.cy.js => 00019-Wallet.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00019-MandatesUsingPMID.cy.js => 00020-MandatesUsingPMID.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00020-MandatesUsingNTIDProxy.cy.js => 00021-MandatesUsingNTIDProxy.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00021-UPI.cy.js => 00022-UPI.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00022-Variations.cy.js => 00023-Variations.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00023-PaymentMethods.cy.js => 00024-PaymentMethods.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00024-ConnectorAgnosticNTID.cy.js => 00025-ConnectorAgnosticNTID.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00025-SessionCall.cy.js => 00026-SessionCall.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00026-DeletedCustomerPsyncFlow.cy.js => 00027-DeletedCustomerPsyncFlow.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00027-BusinessProfileConfigs.cy.js => 00028-BusinessProfileConfigs.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00028-IncrementalAuth.cy.js => 00029-IncrementalAuth.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00029-Overcapture.cy.js => 00030-Overcapture.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00030-RealTimePayment.cy.js => 00031-RealTimePayment.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00031-DDCRaceCondition.cy.js => 00032-DDCRaceCondition.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00032-ManualRetry.cy.js => 00033-ManualRetry.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00033-CustomerListTests.cy.js => 00034-CustomerListTests.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00034-PaymentsEligibilityAPI.cy.js => 00035-PaymentsEligibilityAPI.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00035-DiffCheckValidation.cy.js => 00036-DiffCheckValidation.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00036-RewardPayment.cy.js => 00037-RewardPayment.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00037-CryptoPayment.cy.js => 00038-CryptoPayment.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00038-DynamicFields.cy.js => 00039-DynamicFields.cy.js} (100%) rename cypress-tests/cypress/e2e/spec/Payment/{00039-PaymentWebhookFixture.cy.js => 00040-PaymentWebhookFixture.cy.js} (100%) diff --git a/cypress-tests/cypress/e2e/spec/Payment/00040-Wallet.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00019-Wallet.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00040-Wallet.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00019-Wallet.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00019-MandatesUsingPMID.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00020-MandatesUsingPMID.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00019-MandatesUsingPMID.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00020-MandatesUsingPMID.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00020-MandatesUsingNTIDProxy.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00021-MandatesUsingNTIDProxy.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00020-MandatesUsingNTIDProxy.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00021-MandatesUsingNTIDProxy.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00021-UPI.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00022-UPI.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00021-UPI.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00022-UPI.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00022-Variations.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00023-Variations.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00022-Variations.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00023-Variations.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00023-PaymentMethods.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00024-PaymentMethods.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00023-PaymentMethods.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00024-PaymentMethods.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00024-ConnectorAgnosticNTID.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00025-ConnectorAgnosticNTID.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00024-ConnectorAgnosticNTID.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00025-ConnectorAgnosticNTID.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00025-SessionCall.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00026-SessionCall.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00025-SessionCall.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00026-SessionCall.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00026-DeletedCustomerPsyncFlow.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00027-DeletedCustomerPsyncFlow.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00026-DeletedCustomerPsyncFlow.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00027-DeletedCustomerPsyncFlow.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00027-BusinessProfileConfigs.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00028-BusinessProfileConfigs.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00027-BusinessProfileConfigs.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00028-BusinessProfileConfigs.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00028-IncrementalAuth.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00029-IncrementalAuth.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00028-IncrementalAuth.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00029-IncrementalAuth.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00029-Overcapture.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00030-Overcapture.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00029-Overcapture.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00030-Overcapture.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00030-RealTimePayment.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00031-RealTimePayment.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00030-RealTimePayment.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00031-RealTimePayment.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00031-DDCRaceCondition.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00032-DDCRaceCondition.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00031-DDCRaceCondition.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00032-DDCRaceCondition.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00032-ManualRetry.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00033-ManualRetry.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00032-ManualRetry.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00033-ManualRetry.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00033-CustomerListTests.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00034-CustomerListTests.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00033-CustomerListTests.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00034-CustomerListTests.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00034-PaymentsEligibilityAPI.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00035-PaymentsEligibilityAPI.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00034-PaymentsEligibilityAPI.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00035-PaymentsEligibilityAPI.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00035-DiffCheckValidation.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00036-DiffCheckValidation.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00035-DiffCheckValidation.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00036-DiffCheckValidation.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00036-RewardPayment.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00037-RewardPayment.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00036-RewardPayment.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00037-RewardPayment.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00037-CryptoPayment.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00038-CryptoPayment.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00037-CryptoPayment.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00038-CryptoPayment.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00038-DynamicFields.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00039-DynamicFields.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00038-DynamicFields.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00039-DynamicFields.cy.js diff --git a/cypress-tests/cypress/e2e/spec/Payment/00039-PaymentWebhookFixture.cy.js b/cypress-tests/cypress/e2e/spec/Payment/00040-PaymentWebhookFixture.cy.js similarity index 100% rename from cypress-tests/cypress/e2e/spec/Payment/00039-PaymentWebhookFixture.cy.js rename to cypress-tests/cypress/e2e/spec/Payment/00040-PaymentWebhookFixture.cy.js