mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fixed property e2e
This commit is contained in:
@@ -114,12 +114,7 @@ export class MetadataViewPage {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async clickOnPropertiesTab(): Promise<void> {
|
async clickOnPropertiesTab(): Promise<void> {
|
||||||
const propertiesTab = element(
|
const propertiesTab = element(by.cssContainingText(`.adf-info-drawer-layout-content ${materialLocators.Tab.labels.class}`, `Properties`));
|
||||||
by.cssContainingText(
|
|
||||||
`.adf-info-drawer-layout-content div${materialLocators.Tab.labels.class} div ${materialLocators.Tab.label.content.class}`,
|
|
||||||
`Properties`
|
|
||||||
)
|
|
||||||
);
|
|
||||||
await BrowserActions.click(propertiesTab);
|
await BrowserActions.click(propertiesTab);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user