This commit is contained in:
parent
1095a59954
commit
5798b28c5e
|
@ -25,7 +25,7 @@ fdescribe('department summary path', () => {
|
||||||
await browser.close();
|
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 = {
|
const values = {
|
||||||
Name: 'Informatica',
|
Name: 'Informatica',
|
||||||
Code: 'IT',
|
Code: 'IT',
|
||||||
|
|
Loading…
Reference in New Issue