abundant-raincoat-31010
07/27/2023, 6:29 PMabundant-raincoat-31010
07/27/2023, 6:44 PMcy.get('descope-wc')
.find('input')
.type(loginID)
doesn't seem to workabundant-raincoat-31010
07/27/2023, 6:51 PMcy.get("descope-wc").shadow().find("input")
breezy-evening-56597
abundant-raincoat-31010
07/27/2023, 7:05 PMRemember to add theI had skipped that, went straight to the code ๐field in yourincludeShadowDom: true
as noted above or UI interactions wonโt work.cypress.config.js
broad-mouse-94403
07/27/2023, 7:20 PMbreezy-evening-56597