test: web form

This commit is contained in:
barredterra 2023-04-24 18:47:31 +02:00
parent df22b98f0c
commit e133124e71

View file

@ -241,9 +241,7 @@ context("Web Form", () => {
cy.get(".web-list-actions button").contains("Delete").should("not.be.visible");
cy.visit("/note");
cy.get(".web-list-table tbody tr:nth-child(1)").should("exist");
cy.get(".web-list-table tbody tr:nth-child(2)").should("not.exist");
cy.get(".web-list-table tbody tr:nth-child(3)").should("not.exist");
cy.get(".web-list-table tbody tr:nth-child(1)").should("not.exist");
});
it("Navigate and Submit a WebForm", () => {