Skip to content

Commit

Permalink
feat: wip visual test
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjansenrpm committed Aug 1, 2024
1 parent 4dcd36a commit 7aa6fcc
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/functional/cypress/e2e/visual.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ describe('visual', () => {
it('compares avatar body snapshot front', () => {
compareSnapshot(VISUAL_TEST_CONFIG.zoomLevel.body, VISUAL_TEST_CONFIG.side.front);
});
it('compares avatar body snapshot back', () => {
compareSnapshot(VISUAL_TEST_CONFIG.zoomLevel.body, VISUAL_TEST_CONFIG.side.back);
});
it('compares avatar head snapshot front', () => {
compareSnapshot(VISUAL_TEST_CONFIG.zoomLevel.head, VISUAL_TEST_CONFIG.side.front);
});
Expand Down

0 comments on commit 7aa6fcc

Please sign in to comment.