mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1258] automate tests for viewing file/image properties (#1101)
* split InfoDrawer test component and add tests for viewing properties * add “date item” to spell ignore and remove commented code * try to increase timeout
This commit is contained in:
committed by
Suzana Dirla
parent
996975fdb5
commit
d5f8699976
@@ -360,7 +360,7 @@ describe('Context menu actions - multiple selection : ', () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe('Recent Files', () => {
|
||||
describe('on Recent Files', () => {
|
||||
beforeEach(async (done) => {
|
||||
await Utils.pressEscape();
|
||||
await page.clickRecentFilesAndWait();
|
||||
@@ -408,7 +408,7 @@ describe('Context menu actions - multiple selection : ', () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe('Favorites', () => {
|
||||
describe('on Favorites', () => {
|
||||
beforeEach(async (done) => {
|
||||
await Utils.pressEscape();
|
||||
await page.clickFavoritesAndWait();
|
||||
@@ -490,7 +490,7 @@ describe('Context menu actions - multiple selection : ', () => {
|
||||
});
|
||||
});
|
||||
|
||||
describe('Trash', () => {
|
||||
describe('on Trash', () => {
|
||||
beforeEach(async (done) => {
|
||||
await Utils.pressEscape();
|
||||
await page.clickTrashAndWait();
|
||||
|
Reference in New Issue
Block a user