mirror of
https://github.com/bitnami/charts.git
synced 2026-03-14 14:57:22 +08:00
[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:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user