From 7e68cb26b7f129280a72393f2a25c05b766b1e48 Mon Sep 17 00:00:00 2001 From: NandanAnantharamu <67676905+NandanAnantharamu@users.noreply.github.com> Date: Wed, 23 Oct 2024 19:43:51 +0530 Subject: [PATCH] test: Enable skipped test related to Autocomplete (#36991) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit EE PR: https://github.com/appsmithorg/appsmith-ee/pull/5409 /ok-to-test tags="@tag.Sanity" > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: > Commit: 79acd59a0b3103f8b351f17175eef7f98c6e21a3 > Cypress dashboard. > Tags: `@tag.Sanity` > Spec: >
Wed, 23 Oct 2024 08:03:14 UTC --------- Co-authored-by: “NandanAnantharamu” <“nandan@thinkify.io”> --- cypress/e2e/Regression/ClientSide/Autocomplete/JS_AC2_spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/e2e/Regression/ClientSide/Autocomplete/JS_AC2_spec.ts b/cypress/e2e/Regression/ClientSide/Autocomplete/JS_AC2_spec.ts index dfc8bfaedd0..603edff0c98 100644 --- a/cypress/e2e/Regression/ClientSide/Autocomplete/JS_AC2_spec.ts +++ b/cypress/e2e/Regression/ClientSide/Autocomplete/JS_AC2_spec.ts @@ -111,7 +111,7 @@ describe("Autocomplete tests", { tags: ["@tag.JS", "@tag.Binding"] }, () => { }); }); - it.skip("3. Bug #15429 Random keystrokes trigger autocomplete to show up", () => { + it("3. Bug #15429 Random keystrokes trigger autocomplete to show up", () => { // create js object & assert no hints just show up jsEditor.CreateJSObject( `export default