Results 9 comments of Trung Nguyen

Still an issue in Jest 27.0.6. Using jest-runner-mocha, I'm trying to alias CSS resources to identity-obj-proxy, but getting same error as others.

The paths configured for your router states cannot contain forward slashes unless you're using them to distinguish the single state Id from the parameters. The state Id is always the...

I'm not sure on the DOM structure of the combobox for that version of JET, but have you tried calling sendKeys to the element and then tabbing out? That would...

Trying to understand from your sample, which element is id="om_shipFromOverride"? From your sample above, the outer-most "root" element is id="oj-combobox-choice-om_shipFromOverride" and the <input> element is id="oj-combobox-input-om_shipFromOverride" Since typing the value...

Does `document.querySelector('#om_shipFromOverride')` return the root element? If so, can you share the full DOM tree for that element?

Sorry for the late reply. Can you share what the live DOM looks like after the component has been created? The original HTML `

Ok, so #om_shipFromOverride is the original node on which the jQuery component was created, but it's no longer relevant (it's display:none) because, presumably, the component root is now #ojChoiceId_om_shipFromoverride, and...

Does Selenium give you any error when you try to click it, or it just does nothing? I'm assuming actually clicking it with your mouse works and shows the list...

+1 seeing the same issue using WebDriverJS. executeAsyncScript doesn't return object properties that have been defined with a getter. If the property is defined with a simple "value," then it's...