From 69d6ffd682055ba1dec5e392fcf76949a967f8a9 Mon Sep 17 00:00:00 2001 From: sneha122 Date: Wed, 4 Jun 2025 11:58:17 +0530 Subject: [PATCH] chore: skipped asserting evaluated value with generated query body (#40854) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description > [!TIP] > _Add a TL;DR when the description is longer than 500 words or extremely technical (helps the content, marketing, and DevRel team)._ > > _Please also include relevant motivation and context. List any dependencies that are required for this change. Add links to Notion, Figma or any other documents that might be relevant to the PR._ 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="" ### :mag: Cypress test results > [!WARNING] > Tests have not run on the HEAD e467ca42e83258bc29f2f4c54ef64b69be7e53a1 yet >
Wed, 04 Jun 2025 06:27:38 UTC ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No ## Summary by CodeRabbit - **Tests** - Temporarily disabled the "Verify Queries" test case in the client-side regression test suite. --------- Co-authored-by: “sneha122” <“sneha@appsmith.com”> --- .../e2e/Regression/ClientSide/JSObject/JSObject_Tests_spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/client/cypress/e2e/Regression/ClientSide/JSObject/JSObject_Tests_spec.ts b/app/client/cypress/e2e/Regression/ClientSide/JSObject/JSObject_Tests_spec.ts index 7c8e5fdc2c..894984ab18 100644 --- a/app/client/cypress/e2e/Regression/ClientSide/JSObject/JSObject_Tests_spec.ts +++ b/app/client/cypress/e2e/Regression/ClientSide/JSObject/JSObject_Tests_spec.ts @@ -18,7 +18,7 @@ import EditorNavigation, { } from "../../../../support/Pages/EditorNavigation"; import PageList from "../../../../support/Pages/PageList"; -describe("Validate JSObj", {}, () => { +describe("Validate JSObj", { tags: ["@tag.JS", "@tag.Datasource"] }, () => { before(() => {}); it("1. Verify adding/deleting JSObject and more actions options", () => { @@ -236,7 +236,7 @@ describe("Validate JSObj", {}, () => { debuggerHelper.DoesConsoleLogExist("Operation was successful!"); }); - it("8. Verify Queries", () => { + it.skip("8. Verify Queries", () => { dataSources.CreateDataSource("Postgres"); dataSources.CreateQueryAfterDSSaved(" "); agHelper.TypeIntoTextArea(locators._codeEditorTarget, "/");