fix(e2e tests): use prop() instead of attr() and quote attributes
Because of changes in jQuery, we need to use element().prop() instead of element().attr() to retrieve className and other element properties.
Additionally all attribute selectors (e.g. input[name=value]) must have value quoted if it contains dots ("."). I
Igor Minar committed
3ace81b92ad00da73c89e7536ac7aa7c6681e30a
Parent: 9acf451