Do not test the return value of .trigger("click")
authorHeikki Levanto <heikki@indexdata.dk>
Fri, 7 Mar 2014 12:40:03 +0000 (13:40 +0100)
committerHeikki Levanto <heikki@indexdata.dk>
Fri, 7 Mar 2014 12:40:03 +0000 (13:40 +0100)
commit3e2d556873ff8f507caea7a6918ad630b634daf1
treef2bcbdfa0c9741aad78ecff37cf4f856d9cc9c51
parent0572b666db4e9d517ee481e18049262e6fe20e63
Do not test the return value of .trigger("click")

The tirgger() is supposed to return this, but seems not to do
so always. The subsequent tests confirm that the click event
has happened anyway.

If the click event does not happen for some reason, the next
tests will fail, so I believe the testing is as good.
test/spec/mkws-pazpar2.js