mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3747]Refactor app list component. (#3962)
* Refactor app list component. * Fix lint errors. * Renamed clickProcessServicesButton() to navigateToProcessServicesPage() * Renamed a test
This commit is contained in:
committed by
Eugenio Romano
parent
89fcdec5ef
commit
867ca8c39d
@@ -62,7 +62,7 @@ describe('Analytics Smoke Test', () => {
|
||||
});
|
||||
|
||||
it('[C260346] Should be able to change title of a report', () => {
|
||||
navigationBarPage.clickProcessServicesButton();
|
||||
navigationBarPage.navigateToProcessServicesPage();
|
||||
processServicesPage.checkApsContainer();
|
||||
processServicesPage.goToApp('Task App');
|
||||
appNavigationBarPage.clickReportsButton();
|
||||
|
Reference in New Issue
Block a user