Skip to content

Commit

Permalink
chore: expectedPackage.json
Browse files Browse the repository at this point in the history
  • Loading branch information
nytamin committed Aug 20, 2024
1 parent e3e0242 commit 8057950
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions apps/single-app/app/expectedPackages.json
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,8 @@
"renderer": {
"width": 480,
"height": 320,
"zoom": 0.25
"zoom": 0.25,
"background": "green"
},
"steps": [
{
Expand All @@ -181,10 +182,14 @@
},
{
"do": "sleep",
"duration": 4000
"duration": 2000
},
{
"do": "stopRecording"
},
{
"do": "cropRecording",
"fileName": "bouncingdvdlogo_recording-cropped.webm"
}
]
},
Expand Down

0 comments on commit 8057950

Please sign in to comment.