mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
e2e fix random failing test (#586)
This commit is contained in:
committed by
Denys Vuika
parent
823e80d8ed
commit
5759ea1b62
@@ -167,9 +167,11 @@ describe('Page titles', () => {
|
||||
});
|
||||
|
||||
it('Search Results page - [C280413]', async () => {
|
||||
await header.searchButton.click();
|
||||
await page.dataTable.waitForHeader();
|
||||
await header.searchForText(file);
|
||||
await header.waitForSearchButton();
|
||||
await header.searchButton.click();
|
||||
await page.dataTable.waitForHeader();
|
||||
await header.waitForSearchBar();
|
||||
await header.searchForText(file);
|
||||
expect(await browser.getTitle()).toContain(PAGE_TITLES.SEARCH);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user