mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-01-07 19:46:53 +00:00
fix tests
This commit is contained in:
@@ -12,6 +12,11 @@ exports[`SettingsComponent renders 1`] = `
|
|||||||
selectedKey="ScaleTab"
|
selectedKey="ScaleTab"
|
||||||
>
|
>
|
||||||
<PivotItem
|
<PivotItem
|
||||||
|
headerButtonProps={
|
||||||
|
{
|
||||||
|
"data-test": "settings-tab-header/ScaleTab",
|
||||||
|
}
|
||||||
|
}
|
||||||
headerText="Scale"
|
headerText="Scale"
|
||||||
itemKey="ScaleTab"
|
itemKey="ScaleTab"
|
||||||
key="ScaleTab"
|
key="ScaleTab"
|
||||||
@@ -102,6 +107,11 @@ exports[`SettingsComponent renders 1`] = `
|
|||||||
/>
|
/>
|
||||||
</PivotItem>
|
</PivotItem>
|
||||||
<PivotItem
|
<PivotItem
|
||||||
|
headerButtonProps={
|
||||||
|
{
|
||||||
|
"data-test": "settings-tab-header/SubSettingsTab",
|
||||||
|
}
|
||||||
|
}
|
||||||
headerText="Settings"
|
headerText="Settings"
|
||||||
itemKey="SubSettingsTab"
|
itemKey="SubSettingsTab"
|
||||||
key="SubSettingsTab"
|
key="SubSettingsTab"
|
||||||
@@ -201,6 +211,11 @@ exports[`SettingsComponent renders 1`] = `
|
|||||||
/>
|
/>
|
||||||
</PivotItem>
|
</PivotItem>
|
||||||
<PivotItem
|
<PivotItem
|
||||||
|
headerButtonProps={
|
||||||
|
{
|
||||||
|
"data-test": "settings-tab-header/ContainerVectorPolicyTab",
|
||||||
|
}
|
||||||
|
}
|
||||||
headerText="Container Policies"
|
headerText="Container Policies"
|
||||||
itemKey="ContainerVectorPolicyTab"
|
itemKey="ContainerVectorPolicyTab"
|
||||||
key="ContainerVectorPolicyTab"
|
key="ContainerVectorPolicyTab"
|
||||||
@@ -227,6 +242,11 @@ exports[`SettingsComponent renders 1`] = `
|
|||||||
/>
|
/>
|
||||||
</PivotItem>
|
</PivotItem>
|
||||||
<PivotItem
|
<PivotItem
|
||||||
|
headerButtonProps={
|
||||||
|
{
|
||||||
|
"data-test": "settings-tab-header/IndexingPolicyTab",
|
||||||
|
}
|
||||||
|
}
|
||||||
headerText="Indexing Policy"
|
headerText="Indexing Policy"
|
||||||
itemKey="IndexingPolicyTab"
|
itemKey="IndexingPolicyTab"
|
||||||
key="IndexingPolicyTab"
|
key="IndexingPolicyTab"
|
||||||
@@ -263,6 +283,11 @@ exports[`SettingsComponent renders 1`] = `
|
|||||||
/>
|
/>
|
||||||
</PivotItem>
|
</PivotItem>
|
||||||
<PivotItem
|
<PivotItem
|
||||||
|
headerButtonProps={
|
||||||
|
{
|
||||||
|
"data-test": "settings-tab-header/PartitionKeyTab",
|
||||||
|
}
|
||||||
|
}
|
||||||
headerText="Partition Keys (preview)"
|
headerText="Partition Keys (preview)"
|
||||||
itemKey="PartitionKeyTab"
|
itemKey="PartitionKeyTab"
|
||||||
key="PartitionKeyTab"
|
key="PartitionKeyTab"
|
||||||
@@ -370,6 +395,11 @@ exports[`SettingsComponent renders 1`] = `
|
|||||||
/>
|
/>
|
||||||
</PivotItem>
|
</PivotItem>
|
||||||
<PivotItem
|
<PivotItem
|
||||||
|
headerButtonProps={
|
||||||
|
{
|
||||||
|
"data-test": "settings-tab-header/ComputedPropertiesTab",
|
||||||
|
}
|
||||||
|
}
|
||||||
headerText="Computed Properties"
|
headerText="Computed Properties"
|
||||||
itemKey="ComputedPropertiesTab"
|
itemKey="ComputedPropertiesTab"
|
||||||
key="ComputedPropertiesTab"
|
key="ComputedPropertiesTab"
|
||||||
@@ -404,6 +434,11 @@ exports[`SettingsComponent renders 1`] = `
|
|||||||
/>
|
/>
|
||||||
</PivotItem>
|
</PivotItem>
|
||||||
<PivotItem
|
<PivotItem
|
||||||
|
headerButtonProps={
|
||||||
|
{
|
||||||
|
"data-test": "settings-tab-header/GlobalSecondaryIndexTab",
|
||||||
|
}
|
||||||
|
}
|
||||||
headerText="Global Secondary Index (Preview)"
|
headerText="Global Secondary Index (Preview)"
|
||||||
itemKey="GlobalSecondaryIndexTab"
|
itemKey="GlobalSecondaryIndexTab"
|
||||||
key="GlobalSecondaryIndexTab"
|
key="GlobalSecondaryIndexTab"
|
||||||
|
|||||||
Reference in New Issue
Block a user