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

367
Views
Why does Cypress click only works once on slider? (Vue)

I have a Vue application with three sliders and I am using Cypress to do E2E testing. What is strange, however, is that the .click() only works once on a slider.

The code works independently. So if I type

cy.get("#priceSlider").click(300, 0);

it works. When I instead type

cy.get("#priceSlider").click(50, 0);

it works as well. However, when I type both

cy.get("#priceSlider").click(300, 0);
cy.get("#priceSlider").click(50, 0);

the latter doesn't work, no matter what value.

Here is the first click before and after:

enter image description here enter image description here

And then the before and after of the second click:

enter image description hereenter image description here

As you can see, nothing happens. Why is that? and how can I click on my slider multiple times?

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!