summaryrefslogtreecommitdiffstats
path: root/core/js/tests/specs/contactsmenuSpec.js
Commit message (Collapse)AuthorAgeFilesLines
* Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-131-1/+1
| | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Replace license information to SPDX expressionLouis Chemineau2022-01-111-1/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix JS tests after test lib updatesVincent Petry2022-01-101-1/+1
| | | | | | | Prevent XHR during load by checking window.TESTING. Adjust some expected values. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* Bump jquery from 2.2.4 to 3.1.0Christoph Wurst2020-11-131-2/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* There was an error loading → could not loadAllan Nordhøy2018-01-201-1/+1
|
* Fix testJan-Christoph Borchardt2017-04-261-1/+1
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Fix failing contacts menu js test dataChristoph Wurst2017-04-251-2/+12
| | | | | | | | When we test wheter action menus in the contacts menu close when clicking other ones, we have to provide test data that actually causes the view to render the menu. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Contacts menuChristoph Wurst2017-04-251-0/+255
* load list of contacts from the server * show last message of each contact Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>