We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf3a22 commit e5d42b1Copy full SHA for e5d42b1
src/fixtures/Example.json
@@ -1,15 +1,6 @@
1
{
2
"title": "Example",
3
"steps": [
4
- {
5
- "type": "setViewport",
6
- "width": 0,
7
- "height": 0,
8
- "deviceScaleFactor": 1,
9
- "isMobile": false,
10
- "hasTouch": false,
11
- "isLandscape": false
12
- },
13
14
"type": "navigate",
15
"url": "https://example.com/",
src/index.ts
@@ -56,7 +56,6 @@ export class Extension extends StringifyExtension {
56
)
57
break
58
case "navigate":
59
- case "setViewport":
60
61
default:
62
console.log(
0 commit comments