Derive project device phases from category
This commit is contained in:
parent
5fb81bab04
commit
1e3c721cfa
9 changed files with 101 additions and 80 deletions
|
|
@ -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/);
|
||||
});
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue