Skip to content

Commit

Permalink
Merge 17d559e into 1b2afd9
Browse files Browse the repository at this point in the history
  • Loading branch information
Pomax committed Sep 25, 2019
2 parents 1b2afd9 + 17d559e commit 3dde9bd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cypress/integration/endpoint-tests.js
Expand Up @@ -149,4 +149,10 @@ describe(`Visual regression testing for foundation.mozilla.org`, () => {
cy.wait(500);
cy.percySnapshot();
});

it(`Styleguide page`, function() {
cy.visit(`/en/styleguide/`);
cy.wait(1000);
cy.percySnapshot();
});
});

0 comments on commit 3dde9bd

Please sign in to comment.