nextcloud/core/js/tests
Daniel Calviño Sánchez 2b1c80ea3f Check number of elements instead of if the jQuery object is defined
Tje jQuery object created through "$('#testArea .toastify')" will be
always defined even if no elements were found, so the check does not
really work; instead, it should be checked the number of elements found.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2019-07-26 18:46:51 +02:00
..
specs Check number of elements instead of if the jQuery object is defined 2019-07-26 18:46:51 +02:00
html-domparser.js Fix domparser on phantomjs 2019-03-07 10:45:47 +01:00
specHelper.js Move OC.theme to the bundle and deprecate oc_defaults 2019-05-14 11:14:29 +02:00