Skip to content

Commit

Permalink
Merge pull request #7211 from TouK/1.18-ports6
Browse files Browse the repository at this point in the history
1.18 ports6
  • Loading branch information
arkadius authored Nov 21, 2024
2 parents 0d6a9c7 + a68f84c commit 9b4432c
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 9b4432c

Please sign in to comment.