Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
piradeepk authored and mergify[bot] committed Sep 28, 2020
1 parent 61cf058 commit 8e6b40c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/functional/cypress/integration/ecs/clusters_list.spec.js
Expand Up @@ -32,5 +32,15 @@ describe('Amazon ECS: aws-prod-ecsdemo cluster', () => {
.get('.dropdown-menu')
.get('.ng-scope')
.should('contain.text', 'Rollback');

cy.get('.btn:contains("Server Group Actions")').click();

cy.get('.dropdown-menu')
.get('.ng-scope')
.should('contain.text', 'Rollback');

cy.get('a:contains("Rollback")').click({ force: true });

cy.get('.modal-title').should('contain.text', 'Rollback aws-prod-ecsdemo');
});
});

0 comments on commit 8e6b40c

Please sign in to comment.