diff --git a/tools/perf/page_sets/login_helpers/pinterest_login.py b/tools/perf/page_sets/login_helpers/pinterest_login.py index bc3fdd9305d02f..194486db17b393 100644 --- a/tools/perf/page_sets/login_helpers/pinterest_login.py +++ b/tools/perf/page_sets/login_helpers/pinterest_login.py @@ -60,5 +60,4 @@ def LoginMobileAccount(action_runner, credential, for a detailed list of possible exceptions. """ _LoginAccount(action_runner, credential, credentials_path) - action_runner.WaitForElement(selector='svg[aria-label="Search"]') - + action_runner.WaitForElement(selector='div.mobileGrid div[role="button"]')