[ACS-11554] MNT-11554 automated (#5175)

* [ACS-11554] MNT-11554 automated

* [ACS-11554] package-lock.json reverted
This commit is contained in:
Adam Świderski
2026-05-06 09:36:11 +02:00
committed by GitHub
parent 180c1e8da0
commit 7e9afb39b1
3 changed files with 13 additions and 1 deletions
@@ -83,4 +83,12 @@ test.describe('Sidebar', () => {
await searchPage.sidenav.expandedSidenav.waitFor({ state: 'attached' });
await expect(personalFiles.sidenav.expandedSidenav, 'Sidebar not expanded').toBeVisible();
});
test('[XAT-19271] Repository / Company Home button is accessible for all users on the sidebar', async ({ personalFiles }) => {
await personalFiles.navigate();
await personalFiles.sidenav.openPanel(SIDEBAR_LABELS.REPOSITORY);
expect(await personalFiles.sidenav.isActive(SIDEBAR_LABELS.REPOSITORY), 'Repository tab not active').toBe(true);
await personalFiles.dataTable.spinnerWaitForReload();
expect(await personalFiles.dataTable.isEmpty()).toBe(false);
});
});