fix actions mains

This commit is contained in:
cristhianzl 2024-06-11 12:06:05 -03:00
commit 20724b8f50
2 changed files with 6 additions and 2 deletions

4
poetry.lock generated
View file

@ -1,4 +1,4 @@
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
[[package]]
name = "aiohttp"
@ -10469,4 +10469,4 @@ local = ["ctransformers", "llama-cpp-python", "sentence-transformers"]
[metadata]
lock-version = "2.0"
python-versions = ">=3.10,<3.13"
content-hash = "0ee3f3bef82d57be2ab4ae7b70215ebca67b5bd5223e6a9322ee1837516a3cc6"
content-hash = "1bb2c31cf0c53a2931a5aa72db3aa06036bc54610f938a733d697e770079957d"

View file

@ -153,6 +153,8 @@ test("user should be able to download a flow or a component", async ({
await page.getByRole("heading", { name: "Basic Prompting" }).click();
await page.getByText("Chat Input", { exact: true }).click();
await page.getByTestId("more-options-modal").click();
await page.getByTestId("icon-SaveAll").first().click();
await page.waitForTimeout(3000);
@ -223,6 +225,8 @@ test("user should be able to duplicate a flow or a component", async ({
await page.getByRole("heading", { name: "Basic Prompting" }).click();
await page.getByText("Chat Input", { exact: true }).click();
await page.getByTestId("more-options-modal").click();
await page.getByTestId("icon-SaveAll").first().click();
await page.waitForTimeout(3000);