e2e: remove wait

This commit is contained in:
Denys Vuika
2023-02-25 17:36:42 -05:00
parent 67a3f9626b
commit ae597100b4

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();