mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4609]Logging the response in case of error. (#4784)
* Logging the response in case of error. * Enable all cloud tests * no message * no message * Comment failing tests
This commit is contained in:
committed by
Eugenio Romano
parent
f6d8bd4130
commit
36faed0fab
@@ -61,7 +61,7 @@ xdescribe('Edit task filters and task list properties', () => {
|
||||
await apiService.login(browser.params.identityAdmin.email, browser.params.identityAdmin.password);
|
||||
identityService = new IdentityService(apiService);
|
||||
rolesService = new RolesService(apiService);
|
||||
tasksService = new TasksService(apiService);
|
||||
tasksService = new TasksService(apiService);
|
||||
const settingsPage = new SettingsPage();
|
||||
|
||||
const apsUser = await identityService.createIdentityUser();
|
||||
@@ -327,7 +327,7 @@ xdescribe('Edit task filters and task list properties', () => {
|
||||
tasksCloudDemoPage.taskListCloudComponent().checkContentIsNotDisplayedByName(createdTask.entry.name);
|
||||
});
|
||||
|
||||
xit('[C297691] Task is not displayed when typing into lastModifiedFrom field a date before the task due date ' +
|
||||
it('[C297691] Task is not displayed when typing into lastModifiedFrom field a date before the task due date ' +
|
||||
'and into lastModifiedTo a date before task due date', () => {
|
||||
|
||||
tasksCloudDemoPage.myTasksFilter().checkTaskFilterIsDisplayed();
|
||||
|
Reference in New Issue
Block a user