Skip to content

Sandbox is giving errors but not way to know which is the problem #68

Closed Answered by ignaciolarranaga
ignaciolarranaga asked this question in Q&A
Discussion options

You must be logged in to vote

Hey got solved, not sure how, or what am I now doing differently.

I suspected that it might be because of the date and the mask (i.e. typing 1125 instead of 11/25, I mean literally typing the "/", but just double checked and it wasn't the case). May be it was a glitch, who knows 😄

While testing I created a cypress command, sharing in case useful:

export function addPayWithMercadoPagoCommand() {
  Cypress.Commands.add(
    'payWithMercadoPago',
    (
      // spellchecker: disable
      outcome:
        | 'APRO'
        | 'CONT'
        | 'OTHE'
        | 'CALL'
        | 'FUND'
        | 'SECU'
        | 'EXPI'
        | 'FORM'
      // spellchecker: enable
    ) => {
      // Paying with…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@ignaciolarranaga
Comment options

Answer selected by icaldana
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ignaciolarranaga
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants