| Index: tools/perf/page_sets/key_silk_cases.json
|
| diff --git a/tools/perf/page_sets/key_silk_cases.json b/tools/perf/page_sets/key_silk_cases.json
|
| index 74c29ded073c90bb5fd038ba6b2dc62f8bfdced2..498f12a1e7efd6c04ca3ab9f28ff00d86edcdfcb 100644
|
| --- a/tools/perf/page_sets/key_silk_cases.json
|
| +++ b/tools/perf/page_sets/key_silk_cases.json
|
| @@ -136,7 +136,25 @@
|
| "smoothness": { "action": "wait", "seconds": 5 }
|
| },
|
| {
|
| - "url": "file://key_silk_cases/inbox_app.html",
|
| + "url": "file://key_silk_cases/inbox_app.html?toggle_drawer",
|
| + "navigate_steps" : [
|
| + { "action": "navigate" },
|
| + { "action": "wait", "seconds": 2 }
|
| + ],
|
| + "smoothness": {
|
| + "action": "toggle_drawer",
|
| + "repeat": 6
|
| + },
|
| + "toggle_drawer": [
|
| + {
|
| + "action": "click_element",
|
| + "selector": "#menu-button"
|
| + },
|
| + { "action": "wait", "seconds": 1 }
|
| + ]
|
| + },
|
| + {
|
| + "url": "file://key_silk_cases/inbox_app.html?slide_drawer",
|
| "navigate_steps" : [
|
| { "action": "navigate" },
|
| { "action": "wait", "seconds": 2 }
|
|
|