Skip to content

Commit

Permalink
chore: add sleep for deploy snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvinOm committed Jul 4, 2024
1 parent f67eca5 commit b997cc2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/client/cypress/support/Pages/Anvil/AnvilSnapshot.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { agHelper } from "../../Objects/ObjectsCore";
import { ObjectsRegistry } from "../../Objects/Registry";

export class AnvilSnapshot {
Expand Down Expand Up @@ -67,6 +68,7 @@ export class AnvilSnapshot {
.matchImageSnapshot(`anvil${widgetName}Deploy${device}`, {
comparisonMethod: "ssim",
});
agHelper.Sleep(500);
});
};

Expand Down

0 comments on commit b997cc2

Please sign in to comment.