This commit is contained in:
Asier Isayas
2026-03-25 11:17:39 -07:00
parent 13c6cc3c27
commit 9dfca9302c
2 changed files with 2 additions and 6 deletions

View File

@@ -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>

View File

@@ -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");