Skip to content

Commit

Permalink
Merge branch 'release/1.18' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
arkadius committed Nov 21, 2024
2 parents 0d6a9c7 + 00fd152 commit a68f84c
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 a68f84c

Please sign in to comment.