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 2c40919 commit 45fd380
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions test/functional/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ module.exports = defineConfig({
responseTimeout: 60000
},
retries: {
/*
runMode: 3,
openMode: 2
*/
}
});
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 @@ -23,7 +23,7 @@ function compareSnapshot(zoomLevel: number, side: number) {
cy.intercept(VISUAL_TEST_CONFIG.modelUrl).as('modelDownloading');
cy.wait('@modelDownloading');

cy.wait(2000);
cy.wait(7500);

const name = `avatar-zoom-${zoomLevel}-side-[${side}]`;

Expand Down

0 comments on commit 45fd380

Please sign in to comment.