diff options
Diffstat (limited to 'core/js/tests/specs/contactsmenuSpec.js')
-rw-r--r-- | core/js/tests/specs/contactsmenuSpec.js | 2 |
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) { |