Skip to content

Commit

Permalink
fix: negative state for modals in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
MareskoY committed Oct 24, 2023
1 parent 7462d3c commit 3424e2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/support/steps/main.steps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,7 @@ export const changeCollateralNegative = (
});
it(`Close Modal`, () => {
cy.get('[data-cy=Modal]').get('[data-cy=CloseModalIcon]').click();
cy.wait(2000); // to refresh modal failed state
});
});
};
Expand Down

0 comments on commit 3424e2a

Please sign in to comment.