mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
Post ES migration fixes (#3611)
* Post ES migration fixes * Restore failing check * searcg test fix * Exclude flaky test case * Exclude another test case as sorting by relevance doesn't seem to work with ES --------- Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
This commit is contained in:
@@ -19,5 +19,7 @@
|
||||
"C213097": "https://alfresco.atlassian.net/browse/ACS-5479",
|
||||
"C269007" : "date test fail migrate to playwright https://alfresco.atlassian.net/browse/ACS-6185 ",
|
||||
"C307106" : "date test fail migrate to playwright https://alfresco.atlassian.net/browse/ACS-6185 ",
|
||||
"C269003" : "date test fail migrate to playwright https://alfresco.atlassian.net/browse/ACS-6185 "
|
||||
"C269003" : "date test fail migrate to playwright https://alfresco.atlassian.net/browse/ACS-6185 ",
|
||||
"C290018" : "https://alfresco.atlassian.net/browse/ACA-4731",
|
||||
"C277727" : "https://alfresco.atlassian.net/browse/ACS-6672"
|
||||
}
|
||||
|
@@ -76,7 +76,7 @@ describe('Search sorting', () => {
|
||||
await page.clickPersonalFilesAndWait();
|
||||
await toolbar.clickSearchIconButton();
|
||||
await searchInput.clickSearchButton();
|
||||
await searchInput.searchFor(`search sort ${random}`);
|
||||
await searchInput.searchFor(`search-sort *${random}`);
|
||||
await dataTable.waitForBody();
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user