Add public building project setting
This commit is contained in:
@@ -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/);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user