Derive device voltages from project settings
This commit is contained in:
@@ -156,11 +156,11 @@ describe("project device modal presentation", () => {
|
||||
"Anzahl",
|
||||
"Leistung je Stück [kW]",
|
||||
"Gleichzeitigkeitsfaktor",
|
||||
"Spannung [V]",
|
||||
"Bemerkung",
|
||||
]) {
|
||||
assert.match(markup, new RegExp(label.replace("[", "\\[").replace("]", "\\]")));
|
||||
}
|
||||
assert.doesNotMatch(markup, /Spannung \[V\]/);
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user