e2e: remove wait

This commit is contained in:
Denys Vuika
2023-02-25 17:36:42 -05:00
committed by Sheena Malhotra
parent b26691d7d8
commit 155acd6752

View File

@@ -64,7 +64,6 @@ export class SearchInput extends Component {
await BrowserActions.click(this.searchButton);
// TODO: Workaround for new Layout having 2 buttons
await waitForPresence(this.searchButton);
await BrowserActions.click(this.searchButton);
await this.waitForSearchControl();