## Description We are using `createMessage()` and `Cypress.env("MESSAGES")` in Cypress code to use strings. This can create confusion around the method to use and creates inconsistency in our cypress code base. This PR unifies it by following one way ie ` Cypress.env("MESSAGES")`. MESSAGES is defined in https://github.com/appsmithorg/appsmith/blob/release/app/client/cypress/support/e2e.js#L61 Conversation link - https://theappsmith.slack.com/archives/C06FWBV74GH/p1715753205226649 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.All" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/9252248316> > Commit: 585170639f477848d15e0bbfc8033e6679c24f60 > Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=9252248316&attempt=1" target="_blank">Click here!</a> <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No --------- Co-authored-by: Abhijeet <abhi.nagarnaik@gmail.com>