|
5 | 5 | { "label": "wide", "width": 1280, "height": 800 } |
6 | 6 | ], |
7 | 7 | "scenarios": [ |
8 | | - { "label": "Home", "url": "http://host.docker.internal:4321/website/", "misMatchThreshold": 0, "delay": 500 }, |
9 | | - { "label": "About", "url": "http://host.docker.internal:4321/website/about", "misMatchThreshold": 0, "delay": 500 }, |
10 | | - { "label": "Solutions", "url": "http://host.docker.internal:4321/website/solutions", "misMatchThreshold": 0, "delay": 500 }, |
11 | | - { "label": "Partnerships", "url": "http://host.docker.internal:4321/website/partnerships", "misMatchThreshold": 0, "delay": 500 }, |
| 8 | + { "label": "Home", "url": "http://host.docker.internal:4321/", "misMatchThreshold": 0, "delay": 500 }, |
| 9 | + { "label": "About", "url": "http://host.docker.internal:4321/about", "misMatchThreshold": 0, "delay": 500 }, |
| 10 | + { "label": "Solutions", "url": "http://host.docker.internal:4321/solutions", "misMatchThreshold": 0, "delay": 500 }, |
| 11 | + { "label": "Partnerships", "url": "http://host.docker.internal:4321/partnerships", "misMatchThreshold": 0, "delay": 500 }, |
12 | 12 | { |
13 | 13 | "label": "Mobile menu open", |
14 | | - "url": "http://host.docker.internal:4321/website/#mobile-nav", |
| 14 | + "url": "http://host.docker.internal:4321/#mobile-nav", |
15 | 15 | "misMatchThreshold": 0, |
16 | 16 | "delay": 500, |
17 | 17 | "viewports": [{ "label": "mobile", "width": 320, "height": 812 }] |
|
0 commit comments