Index: tools/perf/page_sets/gmail_alt_threadlist_conversation.json |
diff --git a/tools/perf/page_sets/gmail_alt_threadlist_conversation.json b/tools/perf/page_sets/gmail_alt_threadlist_conversation.json |
index 97150fe289720c7787b931bd2413806f3830bf60..c096807a07f653ad58f13c91ea806d317f32d684 100644 |
--- a/tools/perf/page_sets/gmail_alt_threadlist_conversation.json |
+++ b/tools/perf/page_sets/gmail_alt_threadlist_conversation.json |
@@ -16,15 +16,15 @@ |
"endure": [ |
{ |
"action": "javascript_click", |
- "xpath": "//span[@email]" |
+ "xpath": "//span[@email]", |
+ "wait_until" : { "condition" : "href_change" } |
}, |
- { "action": "wait", "condition": "href_change" }, |
{ "action": "wait", "seconds": 1 }, |
{ |
"action": "javascript_click", |
- "selector": "a[href=\"https://mail.google.com/mail/u/0/?shva=1#inbox\"]" |
+ "selector": "a[href=\"https://mail.google.com/mail/u/0/?shva=1#inbox\"]", |
+ "wait_until" : { "condition" : "href_change" } |
}, |
- { "action": "wait", "condition": "href_change" }, |
{ "action": "wait", "seconds": 1 } |
] |
} |