PromucFlow_constructor/app/client/cypress/fixtures/featureFlags.json

20 lines
420 B
JSON
Raw Normal View History

{
"responseMeta": {
"status": 200,
"success": true
},
"data": {
"LINTING": true,
"MULTIPLAYER": false,
"GIT": true,
"APP_TEMPLATE": true,
"TEMPLATES_PHASE_2": true,
"RBAC": true,
"PROPERTY_PANE_GROUPING": true,
"AUDIT_LOGS": true,
"JS_EDITOR": true,
"GIT_IMPORT": true,
fix: removed gsheet feature flag (#22758) ## Description This PR removed google sheet feature flag, so that all new functionalities are available to all users Note: **We should test this PR only after all google sheet related PRs have been merged** > Add a TL;DR when description is extra long (helps content team) Fixes #22478 Media > A video or a GIF is preferred. when using Loom, don’t embed because it looks like it’s a GIF. instead, just link to the video ## Type of change - New feature (non-breaking change which adds functionality) ## How Has This Been Tested? - Manual ### Test Plan > Add Testsmith test cases links that relate to this PR ### Issues raised during DP testing > Link issues raised during DP testing for better visiblity and tracking (copy link from comments dropped on this PR) ## Checklist: ### Dev activity - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [x] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [x] 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: - [ ] 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: “sneha122” <“sneha@appsmith.com”>
2023-05-05 15:08:04 +00:00
"CONTEXT_SWITCHING": true
}
}