mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA-1823] search fixes (#657)
* update search filter queries * fix missing toolbar for search results * configurable search input fields * disable flaky test
This commit is contained in:
@@ -103,7 +103,7 @@ describe('Delete and undo delete', () => {
|
||||
done();
|
||||
});
|
||||
|
||||
it('delete a file and check notification - [C217125]', async () => {
|
||||
xit('delete a file and check notification - [C217125]', async () => {
|
||||
let items = await page.dataTable.countRows();
|
||||
|
||||
await dataTable.selectItem(file1);
|
||||
|
Reference in New Issue
Block a user