Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
tiyiprh committed Aug 21, 2024
1 parent 0523848 commit a66468e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/awx/infrastructure/instances/instances.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ cyLabel(['upstream'], () => {
cy.get('tbody tr').should('have.length', 1);
cy.get('[data-cy="checkbox-column-cell"] input').click();
});
cy.clickToolbarKebabAction('disassociate');
cy.clickToolbarKebabAction('disassociatePeer');
cy.intercept('PATCH', awxAPI`/instances/*/`).as('disassociatePeer');
cy.get('[data-ouia-component-type="PF5/ModalContent"]').within(() => {
cy.get('header').contains('Disassociate peers');
Expand Down

0 comments on commit a66468e

Please sign in to comment.