This commit is contained in:
@@ -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"
|
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"?
|
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
|
todo: v8migrate could be dangerous with a non-empty Database
|
||||||
should it make user erase it from v8 end first?
|
should it make user erase it from v8 end first?
|
||||||
|
|||||||
@@ -312,9 +312,9 @@ describe("SMOKE", () => {
|
|||||||
);
|
);
|
||||||
cy.get("[data-cy=name]");
|
cy.get("[data-cy=name]");
|
||||||
|
|
||||||
cy.visit("/review/2/1");
|
cy.visit("/home-reviews/2/1");
|
||||||
cy.url().should("include", "/review/2/1");
|
cy.url().should("include", "/home-reviews/2/1");
|
||||||
cy.get("[data-cy=underconstruction]");
|
cy.get("[data-cy=reviewsTable]");
|
||||||
|
|
||||||
cy.visit("/history/3/1");
|
cy.visit("/history/3/1");
|
||||||
cy.url().should("include", "/history/3/1");
|
cy.url().should("include", "/history/3/1");
|
||||||
|
|||||||
Reference in New Issue
Block a user