mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-5018] library actions protractor tests (#3545)
* [ACS-5018] library actions protractor tests * updating type and timeout * implementing reviews comments
This commit is contained in:
@@ -38,7 +38,8 @@ import {
|
||||
LoginPage,
|
||||
NodesApi,
|
||||
SitesApi,
|
||||
users
|
||||
users,
|
||||
FavoritesLibrariesPage
|
||||
} from '../';
|
||||
|
||||
interface Pages {
|
||||
@@ -51,6 +52,7 @@ interface Pages {
|
||||
favoritePage: FavoritesPage;
|
||||
trashPage: TrashPage;
|
||||
loginPage: LoginPage;
|
||||
favoriteLibrariesPage: FavoritesLibrariesPage;
|
||||
}
|
||||
|
||||
interface Api {
|
||||
@@ -109,4 +111,7 @@ export const test = base.extend<Pages & Api>({
|
||||
myLibrariesPage: async ({ page }, use) => {
|
||||
await use(new MyLibrariesPage(page));
|
||||
},
|
||||
favoriteLibrariesPage: async ({ page }, use) => {
|
||||
await use(new FavoritesLibrariesPage(page));
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user