diff --git a/e2e/paths/03-worker/01-department/02-basicData.spec.js b/e2e/paths/03-worker/01-department/02-basicData.spec.js index 8a31ab0f4..5d604bc47 100644 --- a/e2e/paths/03-worker/01-department/02-basicData.spec.js +++ b/e2e/paths/03-worker/01-department/02-basicData.spec.js @@ -25,7 +25,7 @@ fdescribe('department summary path', () => { await browser.close(); }); - it(`should edit the item basic data and confirm the item data was edited`, async() => { + it(`should edit the department basic data and confirm the department data was edited`, async() => { const values = { Name: 'Informatica', Code: 'IT',