Skip to content

Commit

Permalink
Post ES migration fixes (#3611)
Browse files Browse the repository at this point in the history
* 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: [email protected] <[email protected]>
  • Loading branch information
MichalKinas and akashrathod28 authored Jan 25, 2024
1 parent d33912b commit d0484ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion e2e/protractor/protractor.excludes.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion e2e/protractor/suites/search/search-sorting.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});

Expand Down

0 comments on commit d0484ed

Please sign in to comment.