This commit is contained in:
2021-12-20 19:20:20 +00:00
parent f3ff88229e
commit 68c08d0cb0
5 changed files with 4 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
describe("SMOKE CUSTOMER SECTION", () => {
it("Customer User forms open without error", () => {
cy.ayLogin("accounting", "/customer-csr");
cy.ayLogin("customer", "/customer-csr");
cy.get("[data-cy=generalerror]").should("not.exist");
cy.get("[data-cy=csrTable]");