forked from jappel/leistungsbilanz-ts
Persist populated group deletion
This commit is contained in:
parent
db4c757018
commit
99bdf6491b
15 changed files with 754 additions and 5 deletions
|
|
@ -175,6 +175,22 @@ describe("project version history presentation", () => {
|
|||
),
|
||||
"Stromkreis in andere Gruppe verschoben"
|
||||
);
|
||||
assert.equal(
|
||||
getProjectRevisionDescription(
|
||||
revision(14, {
|
||||
commandType: "circuit-group.delete-subtree",
|
||||
})
|
||||
),
|
||||
"Stromkreisgruppe vollständig entfernt"
|
||||
);
|
||||
assert.equal(
|
||||
getProjectRevisionDescription(
|
||||
revision(15, {
|
||||
commandType: "circuit-group.restore-subtree",
|
||||
})
|
||||
),
|
||||
"Stromkreisgruppe vollständig wiederhergestellt"
|
||||
);
|
||||
assert.equal(getProjectSnapshotKindLabel("named"), "Benannt");
|
||||
assert.equal(
|
||||
getProjectSnapshotKindLabel("automatic"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue