Issue: How to select an Xpath by element class which has multiple values or a long class name

Solution:  we can use Class Contains function

//span[contains(@class, 'active')]/input

you can use the above expression when you are asserting for certain element on the page