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 b465845 commit 25ab30f
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Binary file modified ...ress-image-diff-screenshots/baseline/visual.cy.ts-avatar-zoom-0.5-side-[-1].png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...press-image-diff-screenshots/baseline/visual.cy.ts-avatar-zoom-0.5-side-[1].png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...ypress-image-diff-screenshots/baseline/visual.cy.ts-avatar-zoom-3-side-[-1].png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified ...cypress-image-diff-screenshots/baseline/visual.cy.ts-avatar-zoom-3-side-[1].png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion test/functional/cypress/e2e/visual.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function compareSnapshot(zoomLevel: number, side: number) {
}`
);

cy.intercept('GET', 'https://files.readyplayer.me/visage/environment/soft.hdr', { fixture: 'soft.hdr' });
// cy.intercept('GET', 'https://files.readyplayer.me/visage/environment/soft.hdr', { fixture: 'soft.hdr' });

cy.intercept(VISUAL_TEST_CONFIG.modelUrl).as('modelDownloading');
cy.wait('@modelDownloading');
Expand Down

0 comments on commit 25ab30f

Please sign in to comment.