Skip to content

Commit

Permalink
feat(styles): replace snapshot getter
Browse files Browse the repository at this point in the history
  • Loading branch information
veyaromain committed Nov 12, 2024
1 parent a1e2593 commit e4fd673
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
describe('List', () => {
it('default', () => {
cy.visit('/iframe.html?id=snapshots--list');
cy.get('post-accordion[data-hydrated]', { timeout: 30000 }).should('be.visible');
cy.get('ol', { timeout: 30000 }).should('be.visible');
cy.percySnapshot('Lists', { widths: [1440] });
});
});

0 comments on commit e4fd673

Please sign in to comment.