summaryrefslogtreecommitdiffstats
path: root/core/js/tests/specs/contactsmenuSpec.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/tests/specs/contactsmenuSpec.js')
-rw-r--r--core/js/tests/specs/contactsmenuSpec.js2
1 files changed, 1 insertions, 1 deletions
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) {