[bitnami/consul] Release 10.14.6 (#21714)

* [bitnami/consul] Release 10.14.6 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* [bitnami/consul] Fix cypress test

Signed-off-by: David Gomez <dgomezleon@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: David Gomez <dgomezleon@vmware.com>
Co-authored-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
Bitnami Bot
2023-12-28 13:01:24 +01:00
committed by GitHub
parent bcc03f93f9
commit d60d60879e
4 changed files with 12 additions and 12 deletions

View File

@@ -12,7 +12,7 @@ const REPLICA_COUNT = Cypress.env('replicaCount');
it('is able to display all of the nodes', () => {
cy.visit(`/ui/${DATACENTER_NAME}/nodes`);
cy.get('.ember-view').within(() => {
cy.get('div[class*=consul-node-list]').within(() => {
cy.get('.passing').should('have.length', REPLICA_COUNT);
cy.get('.leader').click();
});