Skip to content

Commit a9b11cb

Browse files
committed
test(fixtures): add screenshot endpoint fixtures for tests
1 parent 3264152 commit a9b11cb

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tests/fixtures/fixtures.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1859,5 +1859,21 @@
18591859
}
18601860
}
18611861
]
1862+
},
1863+
"screenshot": {
1864+
"state-BLIND_SELECT": [
1865+
{
1866+
"endpoint": "menu",
1867+
"arguments": {}
1868+
},
1869+
{
1870+
"endpoint": "start",
1871+
"arguments": {
1872+
"deck": "RED",
1873+
"stake": "WHITE",
1874+
"seed": "TEST123"
1875+
}
1876+
}
1877+
]
18621878
}
18631879
}

0 commit comments

Comments
 (0)