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
Hey @mosheKerbel
My first hunch was thinking click / change should be enough, but I guess it's common enough to have it's own method. Also, puppeteer has it which affirms the idea.
I do prefer it being selected by value though, as you guys are adding the idx via data-hooks which isn't standard.
WDYT?
Hey @mosheKerbel
My first hunch was thinking click / change should be enough, but I guess it's common enough to have it's own method. Also, puppeteer has it which affirms the idea.
I do prefer it being selected by value though, as you guys are adding the idx via data-hooks which isn't standard.
WDYT?
Motivation: simulate native select
We would like to add it, what do you think? @GabiGrin
We currently use it here
https://github.com/wix/wix-style-react/blob/7cd8e25da032ed1103026ab26bf5d2a34feeb0b0/src/InputWithOptions/InputWithOptions.uni.driver.js#L35
And implementing it internally
https://github.com/wix/wix-style-react/blob/e4d9bed07c862bacce784af576e80688e6901e06/test/utils/unidriver/ReactBase.js#L52
The text was updated successfully, but these errors were encountered: