Skip to content

Commit

Permalink
Remove obsolete assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
danjov committed Oct 10, 2023
1 parent 877133a commit 8c2a7f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ClientApp/cypress/e2e/inputform.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]")
Expand Down

0 comments on commit 8c2a7f8

Please sign in to comment.