Skip to content

uniform slider: Cypress has problems with mouse focus when moving slider #1510

@rubyonair

Description

@rubyonair

Description

When you will move the slider in Cypress with data-slot=thumb, the mouse gets focus anytime you will leave another field.

Note: This happens, when the Slider component has no steps.

Problem: The slider is set to the end, when the mouse clicks the Submit Button and the configured slider value in the test gets lost.

This is our quickfix:

cy.get('[data-testid=fieldname] label').click();
    cy.press(Cypress.Keyboard.Keys.UP);
    cy.press(Cypress.Keyboard.Keys.UP);
    cy.press(Cypress.Keyboard.Keys.UP);
    cy.press(Cypress.Keyboard.Keys.UP);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions