Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: tools/perf/page_sets/gmail_alt_two_labels.json

Issue 186593007: Remove href_change and navigate from wait action (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/page_sets/gmail_alt_threadlist_conversation.json ('k') | tools/perf/page_sets/top_25.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 }
]
}
« no previous file with comments | « tools/perf/page_sets/gmail_alt_threadlist_conversation.json ('k') | tools/perf/page_sets/top_25.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698