mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
ACA-4417 (was ACS-1558) - add config for IPTC groups in metadata panel (#2126)
* ACA-4417 (was ACS-1558) - add config for IPTC groups in metadata panel - note: MM Share had 3-levels of fields sets. For now, we've mapped to 1-level of groups * ACA-4419: [QA-Automation] Exclude failing test - agreed with Iulia B & Maurizio V to temporarily exclude - note: apparently will be fixed by change in ADF (via Dharan) once eventually propagated - see: https://github.com/Alfresco/alfresco-ng2-components/pull/7010
This commit is contained in:
@@ -350,16 +350,16 @@ describe('Library actions : ', () => {
|
||||
await testUtil.checkContextMenu(testData.moderatedNotMemberNotFav.name, testData.moderatedNotMemberNotFav.contextMenu);
|
||||
});
|
||||
|
||||
it('[C326685] Moderated library, user requested to join, favorite', async () => {
|
||||
await searchInput.searchFor(testData.moderatedRequestedJoinFav.name);
|
||||
// it('[C326685] Moderated library, user requested to join, favorite', async () => {
|
||||
// await searchInput.searchFor(testData.moderatedRequestedJoinFav.name);
|
||||
|
||||
await testUtil.checkToolbarActions(
|
||||
testData.moderatedRequestedJoinFav.name,
|
||||
testData.moderatedRequestedJoinFav.searchToolbarPrimary,
|
||||
testData.moderatedRequestedJoinFav.toolbarMore
|
||||
);
|
||||
await testUtil.checkContextMenu(testData.moderatedRequestedJoinFav.name, testData.moderatedRequestedJoinFav.contextMenu);
|
||||
});
|
||||
// await testUtil.checkToolbarActions(
|
||||
// testData.moderatedRequestedJoinFav.name,
|
||||
// testData.moderatedRequestedJoinFav.searchToolbarPrimary,
|
||||
// testData.moderatedRequestedJoinFav.toolbarMore
|
||||
// );
|
||||
// await testUtil.checkContextMenu(testData.moderatedRequestedJoinFav.name, testData.moderatedRequestedJoinFav.contextMenu);
|
||||
// });
|
||||
|
||||
it('[C326684] Moderated library, user requested to join, not favorite', async () => {
|
||||
await searchInput.searchFor(testData.moderatedRequestedJoinNotFav.name);
|
||||
|
Reference in New Issue
Block a user