In protractor, I want to verify whether added value is displaying in the grid. How do I validate it?
The grid looks like this:
In protractor, I want to verify whether added value is displaying in the grid. How do I validate it?
The grid looks like this:
Try it at your end and let me know it works:
Let me assume you have created a new row with below details,
If you want to verify that the newly entered row is displayed,You can try the below code,