From e470d1cb4fee2c8dffba56b91a3d2ba1ebf7320d Mon Sep 17 00:00:00 2001 From: Hetu Nandu Date: Mon, 7 Apr 2025 12:45:34 +0530 Subject: [PATCH] chore: Update Anvil border radius test (#40103) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Update tests post https://github.com/appsmithorg/appsmith/commit/17ac31267b19435be73e79e0144a61e2f388c902 /ok-to-test tags="@tag.Anvil" > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: > Commit: 6f3ec15f89b30b141747c7d9d8df85e5529b5ad5 > Cypress dashboard. > Tags: `@tag.Anvil` > Spec: >
Mon, 07 Apr 2025 05:34:01 UTC ## Summary by CodeRabbit - **Style** - Refined the rounding on interface elements to deliver a more balanced and modern visual appearance, resulting in smoother and more consistent component styling. --- .../ClientSide/Anvil/AppTheming/AnvilAppThemingSnapshot_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/cypress/e2e/Regression/ClientSide/Anvil/AppTheming/AnvilAppThemingSnapshot_spec.ts b/app/client/cypress/e2e/Regression/ClientSide/Anvil/AppTheming/AnvilAppThemingSnapshot_spec.ts index 6493c3eb3d..052da3da9f 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/Anvil/AppTheming/AnvilAppThemingSnapshot_spec.ts +++ b/app/client/cypress/e2e/Regression/ClientSide/Anvil/AppTheming/AnvilAppThemingSnapshot_spec.ts @@ -60,7 +60,7 @@ describe( }); it("5. Corners", () => { - ["0px", "6px", "20px"].forEach((corner) => { + ["0px", "8px", "20px"].forEach((corner) => { anvilSnapshot.setCorners(corner); anvilSnapshot.matchSnapshotForCanvasMode(`AppThemingCorner${corner}`);