mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
ACS-8584: Fix for Search Input and icons (#4035)
This commit is contained in:
@@ -76,7 +76,7 @@ test.describe('Sidebar', () => {
|
||||
|
||||
test('[C277224] sidenav returns to the default state when navigating away from the Search Results page', async ({ personalFiles, searchPage }) => {
|
||||
await personalFiles.navigate({ remoteUrl: `#/search;q=test` });
|
||||
await searchPage.searchInput.getIconByName('close').click();
|
||||
await searchPage.searchInput.searchCloseButton.click();
|
||||
await searchPage.sidenav.expandedSidenav.waitFor({ state: 'attached' });
|
||||
expect(await personalFiles.sidenav.isSidenavExpanded(), 'Sidebar not expanded').toBe(true);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user