Done with basic unic testing

This commit is contained in:
theaubmov 2023-12-03 12:25:51 +01:00
parent 9c1d9afac8
commit ec81cfa0bf
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ describe('Properties Panel for Data Objects', function () {
expect(my_data_ref_3.businessObject.name).to.equal(`${newDataObjectName} [${my_data_ref_3_DataState}]`);
});
it('renaming a data object reference state, does change the label of references', async function () {
it('renaming a data object reference state, does change the label its reference', async function () {
let my_data_ref_1 = await expectSelected('my_data_ref_1');
let dtObjCurrentName = my_data_ref_1.businessObject.name;