Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/passman.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2017-01-06 17:30:10 +0300
committerPhil Davis <phil.davis@inf.org>2017-01-06 17:30:10 +0300
commit6ff72c1841c6c755b9564e395378607c0146f40b (patch)
treee86909e3a06209cf70f883ae0828b21e73e707e8 /tests
parentbc66cb63105bdaed7ac1713ed7003cb66c9df796 (diff)
Vault logout test text
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/js/app/controllers/bookmarkletTest.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/js/app/controllers/bookmarkletTest.js b/tests/unit/js/app/controllers/bookmarkletTest.js
index 36419bb0..9495d8c4 100644
--- a/tests/unit/js/app/controllers/bookmarkletTest.js
+++ b/tests/unit/js/app/controllers/bookmarkletTest.js
@@ -22,7 +22,7 @@ describe('BookmarkletCtrl', function() {
});
describe('Vault logout', function() {
- it('Vault name should match test', function() {
+ it('Vault should not be active test', function() {
var controller = $controller('BookmarkletCtrl', { $scope: $scope });
$scope.logout();
expect($scope.active_vault).toEqual(false);