Derive project device phases from category
This commit is contained in:
@@ -283,7 +283,6 @@ describe("project device modal presentation", () => {
|
||||
"Kategorie",
|
||||
"Anschlussart",
|
||||
"Kostengruppe",
|
||||
"Phasenart",
|
||||
"Anzahl",
|
||||
"Leistung je Stück [kW]",
|
||||
"Gleichzeitigkeitsfaktor",
|
||||
@@ -292,6 +291,10 @@ describe("project device modal presentation", () => {
|
||||
assert.match(markup, new RegExp(label.replace("[", "\\[").replace("]", "\\]")));
|
||||
}
|
||||
assert.doesNotMatch(markup, /Spannung \[V\]/);
|
||||
assert.doesNotMatch(markup, /Phasenart/);
|
||||
assert.match(markup, /Beleuchtung/);
|
||||
assert.match(markup, /1-phasig/);
|
||||
assert.match(markup, /3-phasig/);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user