This commit is contained in:
2020-12-31 01:21:19 +00:00
parent 278c4a0d7b
commit 4b79666969
3 changed files with 7 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
MISC ITEMS THAT CAME UP
todo: rename translation for unitmodel upc to "bar 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

@@ -703,7 +703,7 @@ function generateMenu(vm) {
readOnly: vm.formState.readOnly,
icon: "$ayiDiceD20",
title: "UnitModel",
helpUrl: "form-svc-unitmodels",
helpUrl: "form-svc-unit-models",
formData: {
ayaType: window.$gz.type.UnitModel,
recordId: vm.$route.params.recordid,

View File

@@ -117,7 +117,11 @@ describe("SMOKE", () => {
cy.visit("/svc-unit-models");
cy.url().should("include", "/svc-unit-models");
cy.get("[data-cy=underconstruction]");
cy.get("[data-cy=unitmodelsTable]");
cy.visit("/svc-unit-models/1");
cy.url().should("include", "svc-unit-models/1");
cy.get("[data-cy=number]");
cy.visit("/svc-loaners");
cy.url().should("include", "/svc-loaners");