DEV Community

Discussion on: React Specific Selectors in TestCafe

 
tallku profile image
Tall-KU

Awesome, thanks for the help. So, I figured out my issue. I was trying to locate the selector by 'Key', which is NOT a property!

Thread Thread
 
mwoodson profile image
marques woodson

Aaah yea, you'd want to use withKey instead of withProps. I'm glad you got it figured out :)