From 0ba4d8487b61b2967c529203c52bb78068debd51 Mon Sep 17 00:00:00 2001 From: Kaosiso Ezealigo Date: Fri, 8 Dec 2023 00:09:05 +0100 Subject: [PATCH] format fix --- agenta-web/cypress/e2e/playground.cy.ts | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/agenta-web/cypress/e2e/playground.cy.ts b/agenta-web/cypress/e2e/playground.cy.ts index 353cb355f0..29bf8bf079 100644 --- a/agenta-web/cypress/e2e/playground.cy.ts +++ b/agenta-web/cypress/e2e/playground.cy.ts @@ -6,7 +6,10 @@ describe("Playground Prompt Test", function () { it("Should test prompt functionality in the Playground", () => { cy.get('[data-cy^="testview-input-parameters"]').eq(0).type("Germany") cy.get('[data-cy="testview-input-parameters-run-button"]').click() - cy.get('textarea[placeholder="Results will be shown here"].ant-input').should("contain.text", "Loading...") + cy.get('textarea[placeholder="Results will be shown here"].ant-input').should( + "contain.text", + "Loading...", + ) cy.get('textarea[placeholder="Results will be shown here"].ant-input').should( "contain.text", "The capital of Germany is Berlin.",