Skip to content

Commit

Permalink
test(documentation): add snapshot test for avatar-picture component
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverschuerch committed Jul 26, 2024
1 parent aae95b6 commit 9209f4c
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
describe('Accordion', () => {
it('default', () => {
cy.visit('/iframe.html?id=snapshots--avatar-picture');
cy.get('post-avatar-picture.hydrated', { timeout: 30000 }).should('be.visible');
cy.percySnapshot('AvatarPicture', { widths: [1440] });
});
});

0 comments on commit 9209f4c

Please sign in to comment.