Skip to content

Commit 7224dd2

Browse files
author
Asier Isayas
committed
update settings component test snap
1 parent 4c73a1c commit 7224dd2

File tree

1 file changed

+101
-0
lines changed

1 file changed

+101
-0
lines changed

src/Explorer/Controls/Settings/__snapshots__/SettingsComponent.test.tsx.snap

+101
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ exports[`SettingsComponent renders 1`] = `
6060
"getDatabase": [Function],
6161
"id": [Function],
6262
"indexingPolicy": [Function],
63+
"materializedViewDefinition": [Function],
64+
"materializedViews": [Function],
6365
"offer": [Function],
6466
"partitionKey": {
6567
"kind": "hash",
@@ -139,6 +141,8 @@ exports[`SettingsComponent renders 1`] = `
139141
"getDatabase": [Function],
140142
"id": [Function],
141143
"indexingPolicy": [Function],
144+
"materializedViewDefinition": [Function],
145+
"materializedViews": [Function],
142146
"offer": [Function],
143147
"partitionKey": {
144148
"kind": "hash",
@@ -258,6 +262,8 @@ exports[`SettingsComponent renders 1`] = `
258262
"getDatabase": [Function],
259263
"id": [Function],
260264
"indexingPolicy": [Function],
265+
"materializedViewDefinition": [Function],
266+
"materializedViews": [Function],
261267
"offer": [Function],
262268
"partitionKey": {
263269
"kind": "hash",
@@ -336,6 +342,101 @@ exports[`SettingsComponent renders 1`] = `
336342
shouldDiscardComputedProperties={false}
337343
/>
338344
</PivotItem>
345+
<PivotItem
346+
headerText="Materialized Views (Preview)"
347+
itemKey="MaterializedViewTab"
348+
key="MaterializedViewTab"
349+
style={
350+
{
351+
"marginTop": 20,
352+
}
353+
}
354+
>
355+
<MaterializedViewComponent
356+
collection={
357+
{
358+
"analyticalStorageTtl": [Function],
359+
"changeFeedPolicy": [Function],
360+
"computedProperties": [Function],
361+
"conflictResolutionPolicy": [Function],
362+
"container": Explorer {
363+
"_isInitializingNotebooks": false,
364+
"isFixedCollectionWithSharedThroughputSupported": [Function],
365+
"isTabsContentExpanded": [Function],
366+
"onRefreshDatabasesKeyPress": [Function],
367+
"onRefreshResourcesClick": [Function],
368+
"phoenixClient": PhoenixClient {
369+
"armResourceId": undefined,
370+
"retryOptions": {
371+
"maxTimeout": 5000,
372+
"minTimeout": 5000,
373+
"retries": 3,
374+
},
375+
},
376+
"provideFeedbackEmail": [Function],
377+
"queriesClient": QueriesClient {
378+
"container": [Circular],
379+
},
380+
"refreshNotebookList": [Function],
381+
"resourceTree": ResourceTreeAdapter {
382+
"container": [Circular],
383+
"copyNotebook": [Function],
384+
"parameters": [Function],
385+
},
386+
},
387+
"databaseId": "test",
388+
"defaultTtl": [Function],
389+
"fullTextPolicy": [Function],
390+
"geospatialConfig": [Function],
391+
"getDatabase": [Function],
392+
"id": [Function],
393+
"indexingPolicy": [Function],
394+
"materializedViewDefinition": [Function],
395+
"materializedViews": [Function],
396+
"offer": [Function],
397+
"partitionKey": {
398+
"kind": "hash",
399+
"paths": [],
400+
"version": 2,
401+
},
402+
"partitionKeyProperties": [
403+
"partitionKey",
404+
],
405+
"readSettings": [Function],
406+
"uniqueKeyPolicy": {},
407+
"usageSizeInKB": [Function],
408+
"vectorEmbeddingPolicy": [Function],
409+
}
410+
}
411+
explorer={
412+
Explorer {
413+
"_isInitializingNotebooks": false,
414+
"isFixedCollectionWithSharedThroughputSupported": [Function],
415+
"isTabsContentExpanded": [Function],
416+
"onRefreshDatabasesKeyPress": [Function],
417+
"onRefreshResourcesClick": [Function],
418+
"phoenixClient": PhoenixClient {
419+
"armResourceId": undefined,
420+
"retryOptions": {
421+
"maxTimeout": 5000,
422+
"minTimeout": 5000,
423+
"retries": 3,
424+
},
425+
},
426+
"provideFeedbackEmail": [Function],
427+
"queriesClient": QueriesClient {
428+
"container": [Circular],
429+
},
430+
"refreshNotebookList": [Function],
431+
"resourceTree": ResourceTreeAdapter {
432+
"container": [Circular],
433+
"copyNotebook": [Function],
434+
"parameters": [Function],
435+
},
436+
}
437+
}
438+
/>
439+
</PivotItem>
339440
</StyledPivot>
340441
</div>
341442
</div>

0 commit comments

Comments
 (0)