shashankkvs309668
Results
1
issues of
shashankkvs309668
### Version 1.52 ### Steps to reproduce 1. Have Below Type Assertion `if(dbData.ADDRESS) await expect.soft(.nth(0)).toHaveText((dbData.ADDRESS),{useInnerText:true,ignoreCase:true})` ### Expected behavior Expect to Ignore case in the sentence. The Below Expected and Actual...