Skip to content

Commit

Permalink
Order cypress tests
Browse files Browse the repository at this point in the history
Signed-off-by: Eugene Lee <[email protected]>
  • Loading branch information
eugenesk24 committed May 10, 2022
1 parent 089c17b commit ee0487e
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,9 @@ describe('Application Analytics home page', () => {
cy.get('.euiTableRow').eq(1).within(($row) => {
cy.get('.euiCheckbox').click();
});
cy.get('.euiTableRow').eq(2).within(($row) => {
cy.get('.euiCheckbox').click();
});
cy.get('[data-test-subj="appAnalyticsActionsButton"]').click();
cy.get('[data-test-subj="deleteApplicationContextMenuItem"]').click();
cy.get('[data-test-subj="confirmModalConfirmButton"]').click();
Expand Down

0 comments on commit ee0487e

Please sign in to comment.