mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3417]Fixing test rail ID's (#3651)
This commit is contained in:
committed by
Eugenio Romano
parent
94463a7505
commit
70605c8982
@@ -88,7 +88,7 @@ describe('Start Task - Task App', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
it('Modifying task', () => {
|
||||
it('[C260383] Modifying task', () => {
|
||||
processServicesPage.goToProcessServices().goToTaskApp().clickTasksButton();
|
||||
taskPage.usingFiltersPage().goToFilter(CONSTANTS.TASKFILTERS.MY_TASKS);
|
||||
taskPage.createNewTask().addName(tasks[0])
|
||||
@@ -110,7 +110,7 @@ describe('Start Task - Task App', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('Information box', () => {
|
||||
it('[C260506] Information box', () => {
|
||||
processServicesPage.goToProcessServices().goToTaskApp().clickTasksButton();
|
||||
taskPage.usingFiltersPage().goToFilter(CONSTANTS.TASKFILTERS.MY_TASKS);
|
||||
taskPage.createNewTask().addName(tasks[1]).addDescription('Description')
|
||||
@@ -155,7 +155,7 @@ describe('Start Task - Task App', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('Start task buttons', () => {
|
||||
it('[C260422] Start task buttons', () => {
|
||||
processServicesPage.goToProcessServices().goToTaskApp().clickTasksButton();
|
||||
taskPage.usingFiltersPage().goToFilter(CONSTANTS.TASKFILTERS.MY_TASKS);
|
||||
taskPage.createNewTask().checkStartButtonIsDisabled().addName(tasks[3])
|
||||
@@ -166,7 +166,7 @@ describe('Start Task - Task App', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('Refreshing the form', () => {
|
||||
it('[C260423] Refreshing the form', () => {
|
||||
processServicesPage.goToProcessServices().goToTaskApp().clickTasksButton();
|
||||
taskPage.usingFiltersPage().goToFilter(CONSTANTS.TASKFILTERS.MY_TASKS);
|
||||
taskPage.createNewTask()
|
||||
@@ -183,7 +183,7 @@ describe('Start Task - Task App', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('Assign User', () => {
|
||||
it('[C260425] Assign User', () => {
|
||||
processServicesPage.goToProcessServices().goToTaskApp().clickTasksButton();
|
||||
taskPage.usingFiltersPage().goToFilter(CONSTANTS.TASKFILTERS.MY_TASKS);
|
||||
taskPage.createNewTask().addName(tasks[5])
|
||||
|
Reference in New Issue
Block a user