[ACS-8153] delete protractor e2e configuration and files (#3885)

* [ACS-8153] delete protractor e2e configuration and files

* [ACS-8153] util fix

* [ACS-8153] pr fix

* [ACS-81532] remove e2e package.json

* [ACS-81532] remove chrome configuration

* package-lock file
This commit is contained in:
Akash Rathod
2024-07-26 13:07:32 +02:00
committed by GitHub
parent dfd23265d1
commit 4e67a8d9b0
99 changed files with 131 additions and 7151 deletions

View File

@@ -23,7 +23,7 @@
*/
import { Page } from '@playwright/test';
import { GenericLogger, LoggerLike } from '@alfresco/aca-testing-shared';
import { GenericLogger, LoggerLike } from '@alfresco/playwright-shared';
export abstract class PlaywrightBase {
public page: Page;