You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have A Slider component in a page , and I wanted to create e2e test where I have to fire a change event in the Slider, but I could not find the way to do it :
E2E
// Locate the slider and set its valueconstslider=page.locator('[data-testid="flat-roof-rotation-slider"]')// How to fire change event here ( ex: 50 )
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I have A Slider component in a page , and I wanted to create e2e test where I have to fire a change event in the Slider, but I could not find the way to do it :
E2E
Beta Was this translation helpful? Give feedback.
All reactions