Skip to content

Commit

Permalink
Merge pull request #2313 from Agenta-AI/AGE-1343/-implement-home-view…
Browse files Browse the repository at this point in the history
…-onboarding

(frontend)[Age 1343]: Implementation home view onboarding
  • Loading branch information
jp-agenta authored Dec 9, 2024
2 parents 7f6f891 + 22a0388 commit b25cb78
Show file tree
Hide file tree
Showing 35 changed files with 1,853 additions and 1,205 deletions.
13 changes: 1 addition & 12 deletions agenta-web/cypress/support/commands/evaluations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,7 @@ Cypress.Commands.add("createVariant", () => {
cy.addingOpenaiKey()
cy.visit("/apps")

// Check if there are app variants present
cy.request({
url: `${Cypress.env().baseApiURL}/apps`,
method: "GET",
}).then((resp) => {
if (resp.body.length) {
cy.get('[data-cy="create-new-app-button"]').click()
cy.get('[data-cy="create-from-template"]').click()
} else {
cy.get('[data-cy="create-from-template"]').click()
}
})
cy.get('[data-cy="create-from-template"]').click()

const appName = randString(5)
cy.task("log", `App name: ${appName}`)
Expand Down
Binary file added agenta-web/public/assets/rag-demo-app.webp
Binary file not shown.
Loading

0 comments on commit b25cb78

Please sign in to comment.