79619712

Date: 2025-05-13 13:10:23
Score: 1.5
Natty:
Report link

The .trigger("change") does not make vue and react code detect the change its a know cypress issue. A workaround is to trigger input instead:

      cy.get("input.my-slider").invoke("val", 70).trigger("input");
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user30526088