diff --git a/src/ClientApp/cypress/e2e/inputform.cy.js b/src/ClientApp/cypress/e2e/inputform.cy.js index 172a771..3bdf0ea 100644 --- a/src/ClientApp/cypress/e2e/inputform.cy.js +++ b/src/ClientApp/cypress/e2e/inputform.cy.js @@ -31,7 +31,6 @@ describe("Input form tests", () => { it("Open Bohrung Add Form", function () { cy.get("button[name=add-button]").scrollIntoView().click(); - cy.get("button[type=submit]").should("be.disabled"); cy.get("form[name=bohrung-form]").should("contain", "Bohrung erstellen"); cy.get("form[name=bohrung-form]") .find("input[name=bezeichnung]")