Skip to content

Commit

Permalink
feat(documentation-v7): add select snapshot test
Browse files Browse the repository at this point in the history
  • Loading branch information
b1aserlu committed Aug 17, 2023
1 parent 15b27bd commit 8aadb38
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
describe('Alert', () => {
it('default', () => {
cy.visit('./iframe.html?id=snapshots--select');
cy.percySnapshot('Alerts', { widths: [400] });
cy.percySnapshot('Selects', { widths: [400] });
});
});

0 comments on commit 8aadb38

Please sign in to comment.