mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-29 00:47:01 +00:00
Update test snapshots
This commit is contained in:
parent
5e92a0c5d7
commit
ed1e2990d0
@ -54,27 +54,6 @@ exports[`Documents tab (noSql API) when rendered should render the page 1`] = `
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<div
|
|
||||||
className="___77lcry0_0000000 f10pi13n"
|
|
||||||
>
|
|
||||||
<div
|
|
||||||
className="___1rwkz4r_0000000 f1euv43f f1l8gmrm f1e31b4d f150nix6 fy6ml6n f19g0ac"
|
|
||||||
>
|
|
||||||
<Button
|
|
||||||
appearance="transparent"
|
|
||||||
aria-label="Refresh"
|
|
||||||
icon={<ArrowClockwise16Filled />}
|
|
||||||
onClick={[Function]}
|
|
||||||
onKeyDown={[Function]}
|
|
||||||
size="small"
|
|
||||||
style={
|
|
||||||
{
|
|
||||||
"color": undefined,
|
|
||||||
}
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<div
|
<div
|
||||||
className="___9o87uj0_0000000 ffefeo0"
|
className="___9o87uj0_0000000 ffefeo0"
|
||||||
>
|
>
|
||||||
@ -107,7 +86,8 @@ exports[`Documents tab (noSql API) when rendered should render the page 1`] = `
|
|||||||
"id",
|
"id",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
isSelectionDisabled={true}
|
isColumnSelectionDisabled={false}
|
||||||
|
isRowSelectionDisabled={true}
|
||||||
items={[]}
|
items={[]}
|
||||||
onColumnSelectionChange={[Function]}
|
onColumnSelectionChange={[Function]}
|
||||||
onItemClicked={[Function]}
|
onItemClicked={[Function]}
|
||||||
|
@ -22,7 +22,7 @@ exports[`DocumentsTableComponent should not render selection column when isSelec
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
isSelectionDisabled={true}
|
isRowSelectionDisabled={true}
|
||||||
items={
|
items={
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
@ -483,7 +483,7 @@ exports[`DocumentsTableComponent should render documents and partition keys in h
|
|||||||
},
|
},
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
isSelectionDisabled={false}
|
isRowSelectionDisabled={false}
|
||||||
items={
|
items={
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user