This commit is contained in:
2021-01-06 00:01:16 +00:00
parent f804d70c27
commit e1d3c99d18
2 changed files with 3 additions and 5 deletions

View File

@@ -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?

View File

@@ -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");