summaryrefslogtreecommitdiffstats
path: root/pkg/integration/components/view_driver.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/components/view_driver.go')
-rw-r--r--pkg/integration/components/view_driver.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/integration/components/view_driver.go b/pkg/integration/components/view_driver.go
index d1d1571c7..d3216bb91 100644
--- a/pkg/integration/components/view_driver.go
+++ b/pkg/integration/components/view_driver.go
@@ -539,6 +539,7 @@ func (self *ViewDriver) FilterOrSearch(text string) *ViewDriver {
self.Press(self.t.keys.Universal.StartSearch).
Tap(func() {
self.t.ExpectSearch().
+ Clear().
Type(text).
Confirm()