Fix failing LDAP test with new attribute (#24273)

* add in new attribute to fix failing api test

* fix replication test failures
This commit is contained in:
Angel Garbarino 2023-11-28 10:56:33 -07:00 committed by GitHub
parent a823fdb3ef
commit e9f7c5bcef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View File

@ -18,7 +18,10 @@
<KnownSecondariesTable @secondaries={{this.replicationAttrs.secondaries}} />
{{else}}
<Hds::ApplicationState as |A|>
<A.Header @title="No known {{this.cluster.replicationMode}} secondary clusters associated with this cluster" />
<A.Header
@title="No known {{this.cluster.replicationMode}} secondary clusters associated with this cluster"
data-test-empty-state-title
/>
<A.Body
@text="Associated secondary clusters will be listed here. Add your first secondary cluster to get started."
/>

View File

@ -123,7 +123,7 @@ module('Acceptance | Enterprise | replication', function (hooks) {
await click('[data-test-replication-link="details"]');
assert
.dom(`[data-test-secondaries=row-for-${secondaryName}]`)
.dom(`[data-test-secondaries-node=${secondaryName}]`)
.exists('shows a table row the recently added secondary');
// nav to DR

View File

@ -822,6 +822,12 @@ const ldap = {
fieldGroup: 'default',
type: 'number',
},
passwordPolicy: {
editType: 'string',
fieldGroup: 'default',
helpText: 'Password policy to use to rotate the root password',
type: 'string',
},
requestTimeout: {
editType: 'ttl',
helpText: