Merged
requested to merge github/fork/jorgenfb/8dda83906d72ade81ecf9b21d55b5a2922589d30 into 2.0.4-wip
Created by: jorgenfb
Using .hasClass() when checking for multiple classes requires the classes to appear in the same order and without any other classes in between ( it is simply exact string matching ). Using .is() instead works with selector syntax and will make sure the tests behave correctly.