mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-10-01 14:41:14 +00:00
e2e: remove wait
This commit is contained in:
committed by
Sheena Malhotra
parent
b26691d7d8
commit
155acd6752
@@ -64,7 +64,6 @@ export class SearchInput extends Component {
|
|||||||
await BrowserActions.click(this.searchButton);
|
await BrowserActions.click(this.searchButton);
|
||||||
|
|
||||||
// TODO: Workaround for new Layout having 2 buttons
|
// TODO: Workaround for new Layout having 2 buttons
|
||||||
await waitForPresence(this.searchButton);
|
|
||||||
await BrowserActions.click(this.searchButton);
|
await BrowserActions.click(this.searchButton);
|
||||||
|
|
||||||
await this.waitForSearchControl();
|
await this.waitForSearchControl();
|
||||||
|
Reference in New Issue
Block a user