mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[no-issue] clean e2e test PS (#3830)
* clean test PS * add describe around filters * semi column review * remove comment
This commit is contained in:
@@ -67,19 +67,19 @@ var TasksPage = function () {
|
||||
return this;
|
||||
};
|
||||
|
||||
this.usingFormFields = function () {
|
||||
this.formFields = function () {
|
||||
return new FormFields();
|
||||
};
|
||||
|
||||
this.usingTaskDetails = function () {
|
||||
this.taskDetails = function () {
|
||||
return new TaskDetails();
|
||||
};
|
||||
|
||||
this.usingFiltersPage = function () {
|
||||
this.filtersPage = function () {
|
||||
return new FiltersPage();
|
||||
};
|
||||
|
||||
this.usingTasksListPage = function () {
|
||||
this.tasksListPage = function () {
|
||||
return new TasksListPage();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user