Skip to content

Commit

Permalink
activities test snapshots fix (#7204)
Browse files Browse the repository at this point in the history
* activities test snapshots fix

* test fixed

* Updated snapshots (#7206)

Co-authored-by: JulianWielga <[email protected]>

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: JulianWielga <[email protected]>
  • Loading branch information
3 people authored Nov 21, 2024
1 parent 17b806a commit 00fd152
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 designer/client/cypress/e2e/activities.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const makeScreenshot = () => {
cy.get('[data-testid="activities-panel"]').matchImage({
maxDiffThreshold: 0.01,
screenshotConfig: {
blackout: ["[data-testid='activity-date']"],
blackout: [":has(>[data-testid='activity-date'])"],
},
});
};
Expand Down

0 comments on commit 00fd152

Please sign in to comment.