From f6485330c44f8c992d5511a122d8fcce1e53000e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20CG?= Date: Mon, 9 Dec 2024 16:59:17 +0100 Subject: [PATCH] test: fix flaky predictive component e2e test (#524) --- tests/e2e/cucumber/predictive-components.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/cucumber/predictive-components.feature b/tests/e2e/cucumber/predictive-components.feature index 9e7658df..a19eb7fc 100644 --- a/tests/e2e/cucumber/predictive-components.feature +++ b/tests/e2e/cucumber/predictive-components.feature @@ -9,7 +9,7 @@ Feature: Predictive components When a "" is typed Then query suggestions are displayed When search input is cleared - And "" is searched + And a "" is typed And focus is set on the search input Then next queries are displayed When search input is cleared