mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[ACS-9301] Updated IDs with the new test cases (#4483)
This commit is contained in:
@@ -56,7 +56,7 @@ test.describe('File preview', () => {
|
||||
await Utils.deleteNodesSitesEmptyTrashcan(nodesApi, trashcanApi, 'afterAll failed');
|
||||
});
|
||||
|
||||
test('[C595967] Should preview document from the info drawer', async ({ personalFiles }) => {
|
||||
test('[XAT-17780] Can open viewer while the info drawer is opened', async ({ personalFiles }) => {
|
||||
await personalFiles.navigate();
|
||||
await Utils.reloadPageIfRowNotVisible(personalFiles, fileName);
|
||||
await personalFiles.dataTable.getRowByName(fileName).click();
|
||||
|
||||
Reference in New Issue
Block a user