[ACS-9301] Updated IDs with the new test cases (#4483)

This commit is contained in:
Adam Świderski
2025-03-31 09:52:56 +02:00
committed by GitHub
parent d88bf8ce3e
commit ec3d88829f
8 changed files with 10 additions and 12 deletions

View File

@@ -1,3 +1 @@
{
"C595967": "https://hyland.atlassian.net/browse/ACS-9424"
}
{}

View File

@@ -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();