fix: update localized name and description of ldap group name attribute (#892)

This commit is contained in:
Kyle Mendell
2025-08-27 15:52:50 -05:00
committed by GitHub
parent a4e965434f
commit e88be7e61a
3 changed files with 6 additions and 5 deletions

View File

@@ -21,7 +21,7 @@ test.describe('LDAP Integration', () => {
await expect(page.getByLabel('User Unique Identifier Attribute')).not.toBeEmpty();
await expect(page.getByLabel('Username Attribute')).not.toBeEmpty();
await expect(page.getByLabel('User Mail Attribute')).not.toBeEmpty();
await expect(page.getByLabel('Group Name Attribute')).not.toBeEmpty();
await expect(page.getByLabel('Group RDN Attribute (in DN)')).not.toBeEmpty();
const syncButton = page.getByRole('button', { name: 'Sync now' });
await syncButton.click();