mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2026-03-28 02:53:31 +00:00
format
This commit is contained in:
@@ -483,11 +483,7 @@ export const VectorEmbeddingPoliciesComponent: FunctionComponent<IVectorEmbeddin
|
||||
</Stack>
|
||||
</CollapsibleSectionComponent>
|
||||
))}
|
||||
<DefaultButton
|
||||
id={`add-vector-policy`}
|
||||
styles={{ root: { maxWidth: 170, fontSize: 12 } }}
|
||||
onClick={onAdd}
|
||||
>
|
||||
<DefaultButton id={`add-vector-policy`} styles={{ root: { maxWidth: 170, fontSize: 12 } }} onClick={onAdd}>
|
||||
Add vector embedding
|
||||
</DefaultButton>
|
||||
</Stack>
|
||||
|
||||
@@ -32,7 +32,7 @@ test.describe("Vector Policy under Scale & Settings", () => {
|
||||
// Click Add vector embedding button
|
||||
const addButton = explorer.frame.locator("#add-vector-policy");
|
||||
await addButton.click();
|
||||
|
||||
|
||||
// Fill in path
|
||||
const pathInput = explorer.frame.locator("#vector-policy-path-1");
|
||||
await pathInput.fill("/embedding");
|
||||
|
||||
Reference in New Issue
Block a user