PromucFlow_constructor/app/client/cypress/limited-tests.txt
Aishwarya-U-R 722f84b26b
test: Cypress | Flaky fixes (#25691)
## Description
- This PR fixes below specs:
              -    BugTests/DatasourceSchema_spec.ts
              -  /Dropdown/Dropdown_onOptionChange_spec.js
              - Improved homePage.CreateNewWorkspace()

#### 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
2023-07-25 17:57:16 +05:30

8 lines
361 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
cypress/e2e/Regression/ClientSide/Widgets/Button/Button_onClickAction_spec.js
cypress/e2e/Regression/ClientSide/BugTests/DatasourceSchema_spec.ts