Skip to content

Commit 5b1b54f

Browse files
committed
test(web-integration): update yaml page snapshot
1 parent 589130f commit 5b1b54f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/web-integration/tests/unit-test/yaml/__snapshots__/player.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
22

33
exports[`yaml utils > basic build && load 1`] = `
4-
"target:
4+
"page:
55
url: https://bing.com
66
waitForNetworkIdle:
77
timeout: 1000
@@ -15,7 +15,7 @@ tasks:
1515

1616
exports[`yaml utils > basic build && load 2`] = `
1717
{
18-
"target": {
18+
"page": {
1919
"url": "https://bing.com",
2020
"waitForNetworkIdle": {
2121
"continueOnNetworkIdleError": true,

0 commit comments

Comments
 (0)