## Description - This PR Flaky fixes below: - Widgets/Others/Video_spec.js - ListV2/Childwigets/List_Inputs_spec.js - ActionExecution/uiToCode/uiToCode_spec.ts - Datasources/MsSQL_Basic_Spec.ts - /Apps/EchoApiCMS_spec.js - UpdateCodeInput() to always go to end of entered input - /BugTests/InputTruncateCheck_Spec.ts - PinUnpinEntityExplorer() improved to handle pin based on its presence #### Type of change - Script fix (non-breaking change which fixes an issue) ## Testing > #### How Has This Been Tested? - [X] Cypress ## Checklist: #### QA activity: - [X] Added `Test Plan Approved` label after Cypress tests were reviewed
6 lines
215 B
Plaintext
6 lines
215 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/ClientSide/Widgets/Dropdown/Dropdown_onOptionChange_spec.js
|