Add component structure commands
This commit is contained in:
@@ -115,6 +115,22 @@ describe("project version history presentation", () => {
|
||||
),
|
||||
"Projekteinstellungen bearbeitet"
|
||||
);
|
||||
assert.equal(
|
||||
getProjectRevisionDescription(
|
||||
revision(5, {
|
||||
commandType: "distribution-board-component.insert",
|
||||
})
|
||||
),
|
||||
"Verteilergerät angelegt"
|
||||
);
|
||||
assert.equal(
|
||||
getProjectRevisionDescription(
|
||||
revision(6, {
|
||||
commandType: "distribution-board-component.delete",
|
||||
})
|
||||
),
|
||||
"Verteilergerät entfernt"
|
||||
);
|
||||
assert.equal(getProjectSnapshotKindLabel("named"), "Benannt");
|
||||
assert.equal(
|
||||
getProjectSnapshotKindLabel("automatic"),
|
||||
|
||||
Reference in New Issue
Block a user