| Index: tools/perf/page_sets/gmail_expand_collapse_conversation.json
|
| diff --git a/tools/perf/page_sets/gmail_expand_collapse_conversation.json b/tools/perf/page_sets/gmail_expand_collapse_conversation.json
|
| index ec92ceacda8cd5f19b9a49a388efae35f87631ce..bd49179f7735457ea541426f677a04f6547e2339 100644
|
| --- a/tools/perf/page_sets/gmail_expand_collapse_conversation.json
|
| +++ b/tools/perf/page_sets/gmail_expand_collapse_conversation.json
|
| @@ -12,18 +12,18 @@
|
| "navigate_steps": [
|
| { "action": "navigate" },
|
| { "action": "wait", "condition": "element", "selector": "img[alt=\"Expand all\"]" },
|
| - { "action": "click_element", "selector": "img[alt=\"Expand all\"]" },
|
| + { "action": "javascript_click", "selector": "img[alt=\"Expand all\"]" },
|
| { "action": "wait", "seconds": 5 },
|
| { "action": "wait", "condition": "element", "selector": "img[alt=\"Collapse all\"]" },
|
| - { "action": "click_element", "selector": "img[alt=\"Collapse all\"]" },
|
| + { "action": "javascript_click", "selector": "img[alt=\"Collapse all\"]" },
|
| { "action": "wait", "seconds": 1 }
|
| ],
|
| "endure": [
|
| { "action": "wait", "condition": "element", "selector": "img[alt=\"Expand all\"]" },
|
| - { "action": "click_element", "selector": "img[alt=\"Expand all\"]" },
|
| + { "action": "javascript_click", "selector": "img[alt=\"Expand all\"]" },
|
| { "action": "wait", "seconds": 1 },
|
| { "action": "wait", "condition": "element", "selector": "img[alt=\"Collapse all\"]" },
|
| - { "action": "click_element", "selector": "img[alt=\"Collapse all\"]" },
|
| + { "action": "javascript_click", "selector": "img[alt=\"Collapse all\"]" },
|
| { "action": "wait", "seconds": 1 }
|
| ]
|
| }
|
|
|