[ADF-3417]Fixing test rail ID's (#3651)

This commit is contained in:
cristinaj
2018-08-03 13:13:37 +03:00
committed by Eugenio Romano
parent 94463a7505
commit 70605c8982
13 changed files with 70 additions and 70 deletions

View File

@@ -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])