From 0b513671b5ba8c45d5efe499ba56a3d68a26eec0 Mon Sep 17 00:00:00 2001 From: tharvik Date: Tue, 2 Jul 2024 15:31:21 +0200 Subject: [PATCH] fixup! discojs/model: expose batch generator --- webapp/cypress/e2e/library.cy.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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