diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-01-08 14:15:06 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-01-08 14:15:06 +0100 |
commit | 334a6d57a37de6416bdb70126d446ae66439647c (patch) | |
tree | b3824d69559356f2710cf37757ba20ece05867a6 /core/js/tests/specs | |
parent | 48ae3997d46b1f5393a79499a6520cdf7d0881e1 (diff) | |
download | nextcloud-server-334a6d57a37de6416bdb70126d446ae66439647c.tar.gz nextcloud-server-334a6d57a37de6416bdb70126d446ae66439647c.zip |
Check the correct config for displaying the "notify by email" option
Diffstat (limited to 'core/js/tests/specs')
-rw-r--r-- | core/js/tests/specs/sharedialogshareelistview.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/tests/specs/sharedialogshareelistview.js b/core/js/tests/specs/sharedialogshareelistview.js index d468ce790dc..44611d0d964 100644 --- a/core/js/tests/specs/sharedialogshareelistview.js +++ b/core/js/tests/specs/sharedialogshareelistview.js @@ -34,7 +34,7 @@ describe('OC.Share.ShareDialogShareeListView', function () { oldAppConfig = _.extend({}, oc_appconfig.core); oc_appconfig.core.enforcePasswordForPublicLink = false; - $('#testArea').append('<input id="mailPublicNotificationEnabled" name="mailPublicNotificationEnabled" type="hidden" value="yes">'); + $('#testArea').append('<input id="mailNotificationEnabled" name="mailNotificationEnabled" type="hidden" value="yes">'); fileInfoModel = new OCA.Files.FileInfoModel({ id: 123, |