mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Make aca-playwright-shared buildable and publishable (#4098)
* Make aca-playwright-shared buildable and publishable * Small PR workflow fix
This commit is contained in:
@@ -24,23 +24,19 @@
|
||||
|
||||
import { test as base } from '@playwright/test';
|
||||
import {
|
||||
FavoritesLibrariesPage,
|
||||
LoginPage,
|
||||
MyLibrariesPage,
|
||||
FileActionsApi,
|
||||
NodesPage,
|
||||
PersonalFilesPage,
|
||||
RecentFilesPage,
|
||||
SharedLinksApi,
|
||||
SharedPage,
|
||||
SearchPage,
|
||||
FavoritesPage,
|
||||
FavoritesPageApi,
|
||||
TrashPage,
|
||||
LoginPage,
|
||||
NodesApi,
|
||||
SitesApi,
|
||||
users,
|
||||
FavoritesLibrariesPage
|
||||
} from '../';
|
||||
TrashPage
|
||||
} from '../page-objects';
|
||||
import { FileActionsApi, SharedLinksApi, FavoritesPageApi, NodesApi, SitesApi } from '../api';
|
||||
import { users } from '../base-config';
|
||||
|
||||
interface Pages {
|
||||
personalFiles: PersonalFilesPage;
|
||||
|
Reference in New Issue
Block a user