Skip to content

Commit

Permalink
test(collapsible): temporary fix for initial animation (#2946)
Browse files Browse the repository at this point in the history
Updated #2929 with additional info to fix the real bug.
  • Loading branch information
gfellerph authored Apr 15, 2024
1 parent e513831 commit d0b7d89
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ describe('Collapsible', () => {
it('default', () => {
cy.visit('/iframe.html?id=snapshots--collapsible');
cy.get('post-collapsible.hydrated', { timeout: 30000 }).should('be.visible');
cy.wait(500); // Wait for collapse animation to run
cy.percySnapshot('Collapsible');
});
});

0 comments on commit d0b7d89

Please sign in to comment.