This commit is contained in:
@@ -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?
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user