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:
Edwin Jose 2025-04-10 16:22:32 -04:00 committed by GitHub
commit 0d942b264e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 14 additions and 15 deletions

View file

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

View file

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

View file

@ -71,7 +71,6 @@ test(
"outputsChat Output",
"dataAPI Request",
"vectorstoresAstra DB",
"embeddingsAmazon Bedrock Embeddings",
"langchain_utilitiesTool Calling Agent",
"langchain_utilitiesConversationChain",
"memoriesAstra DB Chat Memory",