Skip to content

Commit 041e28b

Browse files
committed
Fix hidden widget expectation tests
1 parent c24efc1 commit 041e28b

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

elasticgraph-graphql/spec/acceptance/hidden_types_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ module ElasticGraph
106106
type_filter_and_non_indexed_aggregation_types_for("TeamSeason", include_list_filter: true, include_fields_list_filter: true) - ["TeamSeasonListElementFilterInput"] +
107107
type_filter_and_non_indexed_aggregation_types_for("WidgetOptions") +
108108
type_filter_and_non_indexed_aggregation_types_for("WidgetOptionSets") - ["WidgetOptionSetsGroupedBy"] +
109+
type_filter_and_non_indexed_aggregation_types_for("WidgetInternalDetails") - ["WidgetInternalDetails"] +
109110
type_filter_and_non_indexed_aggregation_types_for("WidgetCurrencyNestedFields", include_highlights: false) +
110111
type_filter_and_non_indexed_aggregation_types_for("WorkspaceWidget") +
111112
type_filter_and_non_indexed_aggregation_types_for("Sponsorship", include_list_filter: true, include_fields_list_filter: true) - ["SponsorshipListElementFilterInput"] +

elasticgraph-schema_definition/spec/integration/elastic_graph/schema_definition/rake_tasks_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@ module SchemaDefinition
385385
LocalTimeGroupingOffsetInput LocalTimeGroupingTruncationUnitInput LocalTimeUnitInput
386386
NonNumericAggregatedValues TextFilterInput
387387
MatchesQueryFilterInput MatchesQueryAllowedEditsPerTermInput MatchesPhraseFilterInput MatchesQueryWithPrefixFilterInput
388+
WidgetInternalDetailsAggregatedValues WidgetInternalDetailsFilterInput WidgetInternalDetailsGroupedBy WidgetInternalDetailsHighlights
388389
]
389390

390391
expect(filtered_types).to match_array(allowed_list)

0 commit comments

Comments
 (0)