Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bekossy committed Dec 7, 2023
1 parent 8b7eb0c commit 0ba4d84
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion agenta-web/cypress/e2e/playground.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 0ba4d84

Please sign in to comment.