PromucFlow_constructor/app/client/cypress/e2e/Regression/ClientSide/Autocomplete
Rishabh Rathod b863b39d69
feat: Add linting error for assignment expression (#25140)
## Description


This change adds a linting error for direct mutation of widget property
like `Widget.property = "dsf"` and instead suggests to use setter
methods.


#### PR fixes following issue(s)
Fixes #5822


#### Type of change

- New feature (non-breaking change which adds functionality)

## Testing

- [x] Add jest tests as mentioned in the
[comments](https://www.notion.so/appsmith/Widget-Property-Setters-Tech-Spec-2a34730e2e6d4df8ae7637c363b1096c?pvs=4#276554d9875b42d68868aa969e9d7d03)
of the tech spec document for this project.
- [x] Add test to verify linting error for widget assignment
- [x] Add cypress test for autocomplete of more setter methods 
- [x] Add cypress test for currencyInput setValue 

#### How Has This Been Tested?

- [ ] Manual
- [ ] Jest
- [x] Cypress

#### Test Plan

#### Issues raised during DP testing

## Checklist:
#### Dev activity
- [ ] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] PR is being merged under a feature flag


#### QA activity:
- [ ] [Speedbreak
features](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#speedbreakers-)
have been covered
- [ ] Test plan covers all impacted features and [areas of
interest](https://github.com/appsmithorg/TestSmith/wiki/Guidelines-for-test-plans#areas-of-interest-)
- [ ] Test plan has been peer reviewed by project stakeholders and other
QA members
- [ ] Manually tested functionality on DP
- [ ] We had an implementation alignment call with stakeholders post QA
Round 2
- [x] Cypress test cases have been added and approved by SDET/manual QA
- [x] Added `Test Plan Approved` label after Cypress tests were reviewed
- [ ] Added `Test Plan Approved` label after JUnit tests were reviewed

---------

Co-authored-by: Druthi Polisetty <druthi@appsmith.com>
2023-07-24 12:23:45 +05:30
..
Autocomplete_setters_spec.ts feat: Add linting error for assignment expression (#25140) 2023-07-24 12:23:45 +05:30
autocomplete_spec.js test: Cypress | Simplifying AddDsl method (#24991) 2023-07-04 22:03:31 +05:30
BracketNotation_AC_spec.ts test: Cypress - Flaky fix BracketNotation_AC_spec.ts (#25576) 2023-07-21 17:23:24 +05:30
Bug23641_Spec.ts test: Cypress | Few specs import updates (#24583) 2023-06-18 15:57:35 +05:30
Bugs_AC_Spec.ts test: Cypress | Few specs import updates (#24583) 2023-06-18 15:57:35 +05:30
JS_AC1_spec.ts chore: code splitting for multiple env feature (#25479) 2023-07-21 12:53:17 +07:00
JS_AC2_spec.ts test: Cypress - Skipping test to unblock CI (#25337) 2023-07-12 19:16:38 +05:30
PropertyPaneSuggestion_spec.ts test: Cypress | Flaky fixes (#24925) 2023-07-01 00:16:57 +05:30
Sql_AC_Spec.ts feat: query creation dumb templates replaced with smart templates (#24234) 2023-06-19 15:23:34 +05:30