feat: create Amazon bundle (#7255)
* create Amazon bundle * Update s3_bucket_uploader.py * update FE tests * [autofix.ci] apply automated fixes * ✅ (dropdownComponent.spec.ts): update test selectors to match the updated component names for better test accuracy ✅ (keyPairListComponent.spec.ts): update test selectors to match the updated component names for better test accuracy * Update filterEdge-shard-1.spec.ts --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: cristhianzl <cristhian.lousa@gmail.com>
This commit is contained in:
parent
e135b7f341
commit
0d942b264e
13 changed files with 14 additions and 15 deletions
|
|
@ -567,6 +567,7 @@ export const SIDEBAR_CATEGORIES = [
|
|||
];
|
||||
|
||||
export const SIDEBAR_BUNDLES = [
|
||||
{ display_name: "Amazon", name: "amazon", icon: "Amazon" },
|
||||
{ display_name: "Gmail", name: "gmail", icon: "Gmail" },
|
||||
// Add apify
|
||||
{ display_name: "Apify", name: "apify", icon: "Apify" },
|
||||
|
|
|
|||
|
|
@ -17,12 +17,12 @@ test(
|
|||
await page.getByTestId("sidebar-search-input").click();
|
||||
await page.getByTestId("sidebar-search-input").fill("amazon");
|
||||
|
||||
await page.waitForSelector('[data-testid="modelsAmazon Bedrock"]', {
|
||||
await page.waitForSelector('[data-testid="amazonAmazon Bedrock"]', {
|
||||
timeout: 3000,
|
||||
});
|
||||
|
||||
await page
|
||||
.getByTestId("modelsAmazon Bedrock")
|
||||
.getByTestId("amazonAmazon Bedrock")
|
||||
.first()
|
||||
.dragTo(page.locator('//*[@id="react-flow-id"]'));
|
||||
await page.mouse.up();
|
||||
|
|
|
|||
|
|
@ -15,12 +15,12 @@ test(
|
|||
await page.getByTestId("sidebar-search-input").click();
|
||||
await page.getByTestId("sidebar-search-input").fill("amazon bedrock");
|
||||
|
||||
await page.waitForSelector('[data-testid="modelsAmazon Bedrock"]', {
|
||||
await page.waitForSelector('[data-testid="amazonAmazon Bedrock"]', {
|
||||
timeout: 3000,
|
||||
});
|
||||
|
||||
await page
|
||||
.getByTestId("modelsAmazon Bedrock")
|
||||
.getByTestId("amazonAmazon Bedrock")
|
||||
.dragTo(page.locator('//*[@id="react-flow-id"]'));
|
||||
|
||||
await adjustScreenView(page);
|
||||
|
|
|
|||
|
|
@ -71,7 +71,6 @@ test(
|
|||
"outputsChat Output",
|
||||
"dataAPI Request",
|
||||
"vectorstoresAstra DB",
|
||||
"embeddingsAmazon Bedrock Embeddings",
|
||||
"langchain_utilitiesTool Calling Agent",
|
||||
"langchain_utilitiesConversationChain",
|
||||
"memoriesAstra DB Chat Memory",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue