mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3658][ADF-3660][ADF-3661] Revisiting automated tests and test cases (#3869)
* [ADF-3658] Revisiting Content Services automated tests and test cases * [ADF-3661] Revisiting automated tests and test cases for Core and Insights folders * [ADF-3660] Revisiting automated tests and test cases for Process Services * Fixing lint errors
This commit is contained in:
committed by
Eugenio Romano
parent
04d42e2535
commit
094e1dab91
@@ -94,7 +94,7 @@ describe('Metadata component', () => {
|
||||
contentServicesPage.navigateToDocumentList();
|
||||
});
|
||||
|
||||
it('[C245652] Properties', () => {
|
||||
it('[C245652] Should be possible to display a file\'s properties', () => {
|
||||
viewerPage.viewFile(pngFileModel.name);
|
||||
|
||||
viewerPage.clickInfoButton();
|
||||
@@ -120,7 +120,7 @@ describe('Metadata component', () => {
|
||||
viewerPage.clickCloseButton();
|
||||
});
|
||||
|
||||
it('[C272769] Information button', () => {
|
||||
it('[C272769] Should be possible to display more details when clicking on More Information button', () => {
|
||||
viewerPage.viewFile(pngFileModel.name);
|
||||
viewerPage.clickInfoButton();
|
||||
viewerPage.checkInfoSideBarIsDisplayed();
|
||||
@@ -133,7 +133,7 @@ describe('Metadata component', () => {
|
||||
viewerPage.clickCloseButton();
|
||||
});
|
||||
|
||||
it('[C270952] Info icon', () => {
|
||||
it('[C270952] Should be possible to open/close properties using info icon', () => {
|
||||
viewerPage.viewFile(pngFileModel.name);
|
||||
viewerPage.clickInfoButton();
|
||||
viewerPage.checkInfoSideBarIsDisplayed();
|
||||
|
Reference in New Issue
Block a user