test: Enable skipped test related to Autocomplete (#36991)
EE PR: https://github.com/appsmithorg/appsmith-ee/pull/5409 /ok-to-test tags="@tag.Sanity" <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/11474508904> > Commit: 79acd59a0b3103f8b351f17175eef7f98c6e21a3 > <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=11474508904&attempt=2" target="_blank">Cypress dashboard</a>. > Tags: `@tag.Sanity` > Spec: > <hr>Wed, 23 Oct 2024 08:03:14 UTC <!-- end of auto-generated comment: Cypress test results --> --------- Co-authored-by: “NandanAnantharamu” <“nandan@thinkify.io”>
This commit is contained in:
parent
62e5f0952e
commit
9999c63aa1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user