## Description **Fixed below flaky tests** - BracketNotation_AC_spec.ts ## Type of change - Flaky test fix ## How Has This Been Tested? - Cypress test runs ## Checklist: ### QA activity: - [ ] Test plan has been approved by relevant developers - [ ] Test plan has been peer reviewed by QA - [ ] Cypress test cases have been added and approved by either SDET or manual QA - [ ] Organized project review call with relevant stakeholders after Round 1/2 of QA - [ ] Added Test Plan Approved label after reveiwing all Cypress test --------- Co-authored-by: Aishwarya UR <aishwarya@appsmith.com>
6 lines
193 B
Plaintext
6 lines
193 B
Plaintext
# For running all specs - uncomment below:
|
|
cypress/e2e/**/**/*
|
|
|
|
# To run only limited tests - give the spec names in below format:
|
|
#cypress/e2e/Regression/ServerSide/GenerateCRUD/Mongo_Spec.ts
|