Index: tools/perf/page_sets/gmail_alt_two_labels.json |
diff --git a/tools/perf/page_sets/gmail_alt_two_labels.json b/tools/perf/page_sets/gmail_alt_two_labels.json |
index 9cf376cc5f1d7d2252eef2de411684fb2f6a19c6..f5dab6672a81bca01362d9a5870ea882f19d325c 100644 |
--- a/tools/perf/page_sets/gmail_alt_two_labels.json |
+++ b/tools/perf/page_sets/gmail_alt_two_labels.json |
@@ -16,15 +16,15 @@ |
"endure": [ |
{ |
"action": "javascript_click", |
- "selector": "a[href=\"https://mail.google.com/mail/u/0/?shva=1#sent\"]" |
+ "selector": "a[href=\"https://mail.google.com/mail/u/0/?shva=1#sent\"]", |
+ "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 } |
] |
} |