Fixing e2e tab label

This commit is contained in:
VitoAlbano
2024-06-30 02:00:04 +01:00
parent 3b9545d9d7
commit 37b5d48540
2 changed files with 13 additions and 13 deletions

View File

@@ -185,10 +185,10 @@ describe('Task Details - Form', () => {
};
const tab = {
tabWithFields: 'TABWITHFIELDS',
tabFieldValue: 'TABBASICFIELDVALUE',
tabFieldField: 'TABBASICFIELDFIELD',
tabFieldVar: 'TABBASICFIELDVAR'
tabWithFields: 'tabWithFields',
tabFieldValue: 'tabBasicFieldValue',
tabFieldField: 'tabBasicFieldField',
tabFieldVar: 'tabBasicFieldVar'
};
let newTask;