From d1988ad57da63fa400754daeb6a818852f630915 Mon Sep 17 00:00:00 2001 From: SurenNeware Date: Thu, 23 Jul 2020 18:02:25 +0530 Subject: Add test hooks to LDAP page Signed-off-by: Suren Neware Change-Id: I50a7e84b27a1fd1c1211d708213c48537750d580 --- src/views/AccessControl/Ldap/Ldap.vue | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'src/views') diff --git a/src/views/AccessControl/Ldap/Ldap.vue b/src/views/AccessControl/Ldap/Ldap.vue index 6b65a9a0..50ba8f16 100644 --- a/src/views/AccessControl/Ldap/Ldap.vue +++ b/src/views/AccessControl/Ldap/Ldap.vue @@ -13,6 +13,7 @@ {{ $t('global.action.enable') }} @@ -40,6 +41,7 @@ id="enable-secure-ldap" v-model="form.secureLdapEnabled" aria-describedby="enable-secure-help-block" + data-test-id="ldap-checkbox-secureLdapEnabled" :disabled=" !caCertificateExpiration || !ldapCertificateExpiration " @@ -73,6 +75,7 @@ @@ -80,6 +83,7 @@ @@ -101,6 +105,7 @@ @@ -118,6 +123,7 @@ @@ -131,7 +137,9 @@ :label="$t('pageLdap.form.bindPassword')" label-for="bind-password" > - + @@ -169,6 +178,7 @@ @@ -181,6 +191,7 @@ @@ -195,6 +206,7 @@ {{ $t('global.action.saveSettings') }} -- cgit v1.2.3