chore: Removing widgets related feature flags for the features that are GA (#33229)
## Description Removing widgets related feature flags for the features that are GA'd Fixes [#33230](https://github.com/appsmithorg/appsmith/issues/33230) ## Automation /ok-to-test tags="@tag.Widget, @tag.Chart" ### 🔍 Cypress test results <!-- This is an auto-generated comment: Cypress test results --> > [!TIP] > 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉 > Workflow run: <https://github.com/appsmithorg/appsmith/actions/runs/8981687539> > Commit: 8a6e151c946fc8c42c0f68bde0d5c844382697eb > Cypress dashboard url: <a href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=8981687539&attempt=3" target="_blank">Click here!</a> <!-- end of auto-generated comment: Cypress test results --> ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No
This commit is contained in:
parent
6062572422
commit
cb76fdf681
|
|
@ -1,5 +1,4 @@
|
|||
import * as _ from "../../../../../support/Objects/ObjectsCore";
|
||||
import { featureFlagIntercept } from "../../../../../support/Objects/FeatureFlags";
|
||||
|
||||
describe(
|
||||
"Chart Widget Functionality around custom chart data",
|
||||
|
|
@ -11,9 +10,6 @@ describe(
|
|||
|
||||
it("1. change chart type to custom chart", function () {
|
||||
const value1 = 40;
|
||||
featureFlagIntercept({
|
||||
deprecate_custom_fusioncharts_enabled: true,
|
||||
});
|
||||
cy.openPropertyPane("chartwidget");
|
||||
cy.UpdateChartType("Custom Fusion Charts (deprecated)");
|
||||
//change chart value via input widget and validate
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ import EditorNavigation, {
|
|||
const viewWidgetsPage = require("../../../../../locators/ViewWidgets.json");
|
||||
const widgetsPage = require("../../../../../locators/Widgets.json");
|
||||
import * as _ from "../../../../../support/Objects/ObjectsCore";
|
||||
import { featureFlagIntercept } from "../../../../../support/Objects/FeatureFlags";
|
||||
|
||||
describe(
|
||||
"Chart Widget Functionality around custom chart feature",
|
||||
|
|
@ -76,9 +75,6 @@ describe(
|
|||
it("2. Custom Chart Widget Functionality", function () {
|
||||
//changing the Chart type
|
||||
//cy.get(widgetsPage.toggleChartType).click({ force: true });
|
||||
featureFlagIntercept({
|
||||
deprecate_custom_fusioncharts_enabled: true,
|
||||
});
|
||||
cy.UpdateChartType("Custom Fusion Charts (deprecated)");
|
||||
|
||||
cy.testJsontext(
|
||||
|
|
|
|||
|
|
@ -12755,11 +12755,9 @@ export const defaultAppState = {
|
|||
release_embed_hide_share_settings_enabled: false,
|
||||
ab_gsheet_schema_enabled: true,
|
||||
release_table_serverside_filtering_enabled: false,
|
||||
release_custom_echarts_enabled: false,
|
||||
license_branding_enabled: false,
|
||||
license_sso_saml_enabled: false,
|
||||
license_sso_oidc_enabled: false,
|
||||
deprecate_custom_fusioncharts_enabled: false,
|
||||
ab_mock_mongo_schema_enabled: true,
|
||||
license_private_embeds_enabled: false,
|
||||
release_show_publish_app_to_community_enabled: false,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user