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 a48a494 commit 06a7d50
Showing 1 changed file with 1 addition and 1 deletion.
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(7500);
cy.wait(20000);

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

Expand Down

0 comments on commit 06a7d50

Please sign in to comment.