Kapil Javeri
Kapil Javeri
Sure thing! Thank you!!
Yeah, I actually tried creating one but was having a super hard time reproducing. I used a super straightforward snippet of that HTML above but it worked in that situation,...
It does fail for me on the latest version, the above snippet you tried works in both 21.3.0 and 21.3.7 so not sure how our internal webpage is having issues...
Spent more time looking at this, it's quite flakey, in some situations I was able to get it to work, not others. Having a hard time reproducing outside of our...
eg. of what I mean.. ``` children: [ { role: 'button', name: '' }, { role: 'StaticText', name: 'Profile' }, { role: 'textbox', name: '', value: 'FN-gop7cld9', required: true },...
Let me spend some time this week to try and get a good example. I've tried a couple of things and it's flaky in our codebase but hard to repro...
I am, but I'm also using `waitForSelector` which should wait for the updates to occur and retry.
Probably looks like we also need to change - https://github.com/react-component/util/blob/master/src/KeyCode.ts
I noticed that the fetch-selection-info.applescript fails on returning the text of myPlist. The plist requires a key which is why the following line wouldn't work. set myPlist to make new...
`event.which` seems to have gotten deprecated - https://github.com/testing-library/user-event/issues/842#issuecomment-1019528148 and is not filled out any more. antd relies on this all over their code-base, which is why this doesn't work with...