The error you are getting is because selenium is not able to find the element. There can be multiple reason for that:
1. You are not using the locator correctly.
2. The element you are searching for is not available.
These can be the two probable cases.
If you are using Class Locator then you should make sure that you correctly point to the element.