Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "description": "Chrome Endure test for GMail.", | |
| 3 "archive_data_file": "../data/gmail_expand_collapse_conversation.json", | |
| 4 "credentials_path": "../data/credentials.json", | |
| 5 "user_agent_type": "desktop", | |
| 6 "pages": [ | |
| 7 { | |
| 8 "url": "https://mail.google.com/mail/u/0/#inbox/13c6a141fa95ffe0", | |
|
edmundyan
2013/08/26 21:31:55
How do we ensure we enter a long conversation mail
dennis_jeffrey
2013/08/27 20:02:35
Right now we have to ensure the account is set up
edmundyan
2013/08/27 23:01:48
So is the explicit URL acceptable? This won't wor
dennis_jeffrey
2013/08/27 23:17:22
I'd say it's acceptable with a TODO added to the c
| |
| 9 "why": "Expand and Collapse a long conversation", | |
| 10 "credentials": "google", | |
| 11 "navigate_steps": [ | |
| 12 { "action": "navigate" }, | |
| 13 { "action": "endure" }, | |
| 14 { "action": "wait", "condition": "duration", "seconds": 10 } | |
|
edmundyan
2013/08/26 21:31:55
Need to ensure that all expanded emails have their
| |
| 15 ], | |
| 16 "endure": [ | |
| 17 { "action": "wait", "condition": "element", "selector": "img[alt=\"Expan d all\"]" }, | |
| 18 { "action": "click_element", "selector": "img[alt=\"Expand all\"]" }, | |
| 19 { "action": "wait", "condition": "duration", "seconds": 1 }, | |
| 20 { "action": "wait", "condition": "element", "selector": "img[alt=\"Colla pse all\"]" }, | |
| 21 { "action": "click_element", "selector": "img[alt=\"Collapse all\"]" }, | |
| 22 { "action": "wait", "condition": "duration", "seconds": 1 } | |
| 23 ] | |
| 24 } | |
| 25 ] | |
| 26 } | |
| OLD | NEW |