From df6ffdf15a2ef8042fcc69bf0ebcf28684804fad Mon Sep 17 00:00:00 2001 From: Vadim Berezniker Date: Thu, 8 Aug 2024 13:36:25 -0700 Subject: [PATCH] Dont try to select "all" filter. (#7196) --- enterprise/server/test/webdriver/invocation/invocation_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/enterprise/server/test/webdriver/invocation/invocation_test.go b/enterprise/server/test/webdriver/invocation/invocation_test.go index 6c56464bd07..1bb41bc3dc7 100644 --- a/enterprise/server/test/webdriver/invocation/invocation_test.go +++ b/enterprise/server/test/webdriver/invocation/invocation_test.go @@ -211,7 +211,6 @@ func TestAuthenticatedInvocation_PersonalAPIKey_CacheEnabled(t *testing.T) { // Make sure we can view the cache section wt.FindByDebugID("cache-sections") - wt.FindByDebugID("filter-cache-requests").SendKeys("All") rows := getCacheRequestRows(wt) require.NotEmpty(t, rows, "expected at least one cache request") for _, row := range rows {