PromucFlow_constructor/app/client/cypress/limited-tests.txt
NandanAnantharamu fdb404281a
test: updated flaky test in checkboxgroup (#26668)
checkboxgroup spec had a flaky test which was commented out which is
fixed now
2023-08-30 15:23:54 +05:30

8 lines
304 B
Plaintext

# To run only limited tests - give the spec names in below format:
cypress/e2e/Regression/ClientSide/Widgets/Checkbox/CheckBoxGroupTest.ts
# For running all specs - uncomment below:
# cypress/e2e/**/**/*
#ci-test-limit uses this file to run minimum of specs. Do not run entire suite with this command.