From c69d7a2f3872dc2993901df7bcc61941b5ff80fd Mon Sep 17 00:00:00 2001 From: Sagar Khalasi Date: Mon, 23 Dec 2024 09:12:27 +0530 Subject: [PATCH] chore: reverted changes (#38300) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Revert change for test case Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="@tag.Anvil" ### :mag: Cypress test results > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: > Commit: ed65452d2a4430ceb4225ca084b8615e60b63c15 > Cypress dashboard. > Tags: `@tag.Anvil` > Spec: >
Mon, 23 Dec 2024 03:40:01 UTC ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No ## Summary by CodeRabbit - **Tests** - The test suite for the Anvil Table Widget has been temporarily suspended and will be skipped during test execution. --- .../ClientSide/Anvil/Widgets/AnvilTableWidgetSnapshot_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilTableWidgetSnapshot_spec.ts b/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilTableWidgetSnapshot_spec.ts index d24951a04e..87e1c2a6b4 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilTableWidgetSnapshot_spec.ts +++ b/app/client/cypress/e2e/Regression/ClientSide/Anvil/Widgets/AnvilTableWidgetSnapshot_spec.ts @@ -5,7 +5,7 @@ import { } from "../../../../../support/Objects/ObjectsCore"; // TODO: Enable when issue(github.com/appsmithorg/appsmith/issues/36419) is solved. -describe( +describe.skip( `${ANVIL_EDITOR_TEST}: Anvil tests for Table Widget`, { tags: ["@tag.Anvil", "@tag.Visual"] }, () => {