diff --git a/webapp/cypress/e2e/library.cy.ts b/webapp/cypress/e2e/library.cy.ts index 5931d132d..851620d18 100644 --- a/webapp/cypress/e2e/library.cy.ts +++ b/webapp/cypress/e2e/library.cy.ts @@ -103,9 +103,9 @@ describe("model library", () => { cy.contains("button", "next").click(); cy.contains("button", "train alone").click(); - cy.contains("h6", "current epoch") + cy.contains("h6", "current round") .next({ timeout: 10_000 }) - .should("have.text", "3"); + .should("have.text", "1"); cy.contains("button", "next").click(); // TODO do not save by default, only via "save model" button