diff --git a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Activities should display activities #0.png b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Activities should display activities #0.png index 9b46d59eed0..92071466a54 100644 Binary files a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Activities should display activities #0.png and b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Activities should display activities #0.png differ diff --git a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Activities should display activities #1.png b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Activities should display activities #1.png index d64ecdcdb68..cd47578d2ef 100644 Binary files a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Activities should display activities #1.png and b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Activities should display activities #1.png differ diff --git a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Activities should display activities #2.png b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Activities should display activities #2.png index 66875cc0399..9a1f6d10481 100644 Binary files a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Activities should display activities #2.png and b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Activities should display activities #2.png differ diff --git a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Activities should display activities #3.png b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Activities should display activities #3.png index 61edcac2df9..142e3b6736b 100644 Binary files a/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Activities should display activities #3.png and b/designer/client/cypress/e2e/__image_snapshots__/electron/Linux/Activities should display activities #3.png differ diff --git a/designer/client/cypress/e2e/activities.cy.ts b/designer/client/cypress/e2e/activities.cy.ts index 06b565a1a74..6228b1b2456 100644 --- a/designer/client/cypress/e2e/activities.cy.ts +++ b/designer/client/cypress/e2e/activities.cy.ts @@ -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'])"], }, }); };