Skip to content

Commit

Permalink
Dont try to select "all" filter. (#7196)
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimberezniker committed Aug 8, 2024
1 parent e551f1d commit df6ffdf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit df6ffdf

Please sign in to comment.