From c6df055ad630cbb442c64d0f34d2770550b35b4f Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 4 Dec 2020 00:54:33 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 ++ ayanova/tests/e2e/specs/smoke.js | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 1803c958..0cdf73b2 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -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: diff --git a/ayanova/tests/e2e/specs/smoke.js b/ayanova/tests/e2e/specs/smoke.js index 74718f69..85f03947 100644 --- a/ayanova/tests/e2e/specs/smoke.js +++ b/ayanova/tests/e2e/specs/smoke.js @@ -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");