From f6aa5224c4c8a1e9e57f0a8069bd5f70054314e8 Mon Sep 17 00:00:00 2001 From: Christopher Ng Date: Thu, 12 Jan 2023 01:35:53 +0000 Subject: Focus trap contacts menu with NcHeaderMenu port Signed-off-by: Christopher Ng Signed-off-by: nextcloud-command Signed-off-by: Christopher Ng --- core/js/tests/specs/contactsmenuSpec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js') diff --git a/core/js/tests/specs/contactsmenuSpec.js b/core/js/tests/specs/contactsmenuSpec.js index dba8a5580d0..eea1df1a7cd 100644 --- a/core/js/tests/specs/contactsmenuSpec.js +++ b/core/js/tests/specs/contactsmenuSpec.js @@ -32,7 +32,7 @@ describe('Contacts menu', function() { * @returns {Promise} */ function openMenu() { - return menu._toggleVisibility(true); + return menu.loadContacts(); } beforeEach(function(done) { -- cgit v1.2.3