Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

121
Views
Cypress Test Runner atascado en una nueva URL

Estoy tratando de ejecutar el script cypress, que es el inicio de sesión del usuario, ahora después del inicio de sesión, la aplicación navega de una URL a otra, mientras que la URL se navega con éxito, pero el corredor de prueba está continuamente en el estado 'Nueva URL'.

Ver captura de pantalla: ingrese la descripción de la imagen aquí

Estoy usando el siguiente código:

 describe('Login', function(){ it('Login Successfully', function(){ const urlRedirects = []; cy.visit('https://vep-staging.auth.us-east-1.amazoncognito.com/login?client_id=2bu8f0pfkqaasa8jjatgd8d40g&redirect_uri=https%3A%2F%2Fapp.staging.showcare.io%2Fproduct-showcase&response_type=code&scope=openid&state=254805b5dfbc4f68acbdb28add5536a4&code_challenge=NvfTn44X98LyNBBCJoAdDPHADnHLbiuy0gj2Xcg6Mow&code_challenge_method=S256&response_mode=query') cy.get('.modal-dialog') cy.get('#signInFormUsername', { timeout: 10000 }).eq(0).type('email_address', { force: true }) cy.get('#signInFormPassword').eq(0).type('password', { force: true }) cy.get('[name="signInSubmitButton"]').eq(0).click({ force: true }).wait(1000) .then(() => { cy.location().should((loc) => { expect(loc.pathname).to.eq('/product-showcase') }).wait(4000) cy.reload(); cy.get('a').eq(0).trigger('mouseover').click({ force: true }) }) }) })
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!