mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[ACS-9743] enable fix e2e (#4603)
* [ACS-9743] enable fix e2e * revert changes to delete-undo-delete.e2e.ts
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
{
|
||||
"XAT-4525": "https://alfresco.atlassian.net/browse/AAE-7517"
|
||||
"XAT-4525": "https://hyland.atlassian.net/browse/ACS-9741"
|
||||
}
|
||||
|
@@ -1,7 +1,5 @@
|
||||
{
|
||||
"XAT-5601": "https://hyland.atlassian.net/browse/ACS-6928",
|
||||
"XAT-5600": "https://hyland.atlassian.net/browse/ACS-6928",
|
||||
"XAT-17697": "https://hyland.atlassian.net/browse/ACS-7464",
|
||||
"XAT-5580": "https://hyland.atlassian.net/browse/ACS-7682",
|
||||
"XAT-5571": "https://hyland.atlassian.net/browse/ACS-9192"
|
||||
"XAT-17697": "https://hyland.atlassian.net/browse/ACS-7464"
|
||||
}
|
||||
|
@@ -1,7 +1 @@
|
||||
{
|
||||
"XAT-17181": "https://hyland.atlassian.net/browse/ACS-8865",
|
||||
"XAT-17182": "https://hyland.atlassian.net/browse/ACS-8865",
|
||||
"XAT-17184": "https://hyland.atlassian.net/browse/ACS-8865",
|
||||
"XAT-17185": "https://hyland.atlassian.net/browse/ACS-8865",
|
||||
"XAT-5470": "https://hyland.atlassian.net/browse/ACS-9580"
|
||||
}
|
||||
{}
|
||||
|
@@ -252,7 +252,7 @@ export class DataTableComponent extends BaseComponent {
|
||||
const row = this.getRowByName(name);
|
||||
await row.hover();
|
||||
await row.locator(this.uncheckedCheckbox).click();
|
||||
await row.locator(this.checkedCheckbox).waitFor({ state: 'attached' });
|
||||
await row.locator(this.checkedCheckbox).waitFor({ state: 'visible', timeout: timeouts.large });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -30,7 +30,7 @@ import { timeouts } from '../../utils';
|
||||
export class ViewerComponent extends BaseComponent {
|
||||
private static rootElement = 'adf-viewer';
|
||||
|
||||
public viewerLocator = this.getChild('.adf-viewer-render-layout-content');
|
||||
public viewerLocator = this.getChild('adf-viewer-render');
|
||||
public closeButtonLocator = this.getChild('.adf-viewer-close-button');
|
||||
public fileTitleButtonLocator = this.getChild('.adf-viewer__file-title');
|
||||
public pdfViewerContentPages = this.getChild('.adf-pdf-viewer__content .page');
|
||||
|
Reference in New Issue
Block a user