Add public building project setting
This commit is contained in:
parent
43a3bb0b69
commit
44b6fde940
29 changed files with 2057 additions and 54 deletions
|
|
@ -247,6 +247,7 @@ describe("project settings presentation", () => {
|
|||
externalProjectNumber: null,
|
||||
buildingOwner: null,
|
||||
description: null,
|
||||
isPublicBuilding: true,
|
||||
singlePhaseVoltageV: 230,
|
||||
threePhaseVoltageV: 400,
|
||||
enabledDistributionBoardSupplyTypes: [
|
||||
|
|
@ -262,6 +263,7 @@ describe("project settings presentation", () => {
|
|||
assert.match(markup, /MSR/);
|
||||
assert.match(markup, /SiBe/);
|
||||
assert.match(markup, /in Verwendung/);
|
||||
assert.match(markup, /Öffentliches Gebäude/);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue