This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
MISC ITEMS THAT CAME UP
|
||||
|
||||
|
||||
todo: CustomerFull user can't login to seeded database, something must be fucked up, maybe because I need to tie it to an actual customer?
|
||||
When fixed re-run smoke e2e test which detected this and hung up on it
|
||||
|
||||
todo: if list view not found / deleted when grid list form is opened rather than erroring with object/object it should
|
||||
handle more elegantly:
|
||||
|
||||
@@ -15,7 +15,7 @@ describe("SMOKE", () => {
|
||||
|
||||
cy.visit("/home-dashboard");
|
||||
cy.url().should("include", "/home-dashboard");
|
||||
// cy.get("[data-cy=underconstruction]");
|
||||
// cy.get("[data-cy=underconstruction]");
|
||||
|
||||
//go to every form and ensure it loads
|
||||
|
||||
@@ -73,7 +73,7 @@ describe("SMOKE", () => {
|
||||
|
||||
cy.visit("/cust-head-offices/1");
|
||||
cy.url().should("include", "cust-head-offices/1");
|
||||
cy.get("[data-cy=name]");
|
||||
cy.get("[data-cy=name]");
|
||||
|
||||
cy.visit("/cust-users");
|
||||
cy.url().should("include", "/cust-users");
|
||||
@@ -153,7 +153,7 @@ describe("SMOKE", () => {
|
||||
|
||||
cy.visit("/vendors");
|
||||
cy.url().should("include", "/vendors");
|
||||
cy.get("[data-cy=underconstruction]");
|
||||
cy.get("[data-cy=vendorsTable]");
|
||||
|
||||
cy.visit("/vendors/1");
|
||||
cy.url().should("include", "vendors/1");
|
||||
|
||||
Reference in New Issue
Block a user