diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 04999578..1f0751fe 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -29,8 +29,6 @@ todo: in many areas I'm potentially using unnecessary v-row elements, only one i todo: rename translation for unitmodel upc to "bar code" Except it's not a "bar" code necessary, there is probably a better term for a scanable code..."Scan code"? -todo: Smoke test for servicebank -todo: smoke test for opening edit form, missed a bunch see unitmodels for example todo: v8migrate could be dangerous with a non-empty Database should it make user erase it from v8 end first? diff --git a/ayanova/tests/e2e/specs/smoke.js b/ayanova/tests/e2e/specs/smoke.js index 434d97dc..7eaf546e 100644 --- a/ayanova/tests/e2e/specs/smoke.js +++ b/ayanova/tests/e2e/specs/smoke.js @@ -312,9 +312,9 @@ describe("SMOKE", () => { ); cy.get("[data-cy=name]"); - cy.visit("/review/2/1"); - cy.url().should("include", "/review/2/1"); - cy.get("[data-cy=underconstruction]"); + cy.visit("/home-reviews/2/1"); + cy.url().should("include", "/home-reviews/2/1"); + cy.get("[data-cy=reviewsTable]"); cy.visit("/history/3/1"); cy.url().should("include", "/history/3/1");