This repository has been archived by the owner on Dec 27, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(single-mode): add race menu test case
- Loading branch information
1 parent
d79182a
commit a2fe871
Showing
4 changed files
with
98 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
87 changes: 87 additions & 0 deletions
87
auto_derby/single_mode/race/__snapshots__/race_test/test_find_by_race_menu_image_11.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
[ | ||
[ | ||
{ | ||
"stadium": "川崎", | ||
"name": "関東オークス", | ||
"grade": 200, | ||
"ground": 2, | ||
"distance": 2100, | ||
"permission": 2, | ||
"month": 6, | ||
"half": 1, | ||
"entryCount": 14, | ||
"track": 1, | ||
"turn": 2, | ||
"targetStatuses": [ | ||
2, | ||
5 | ||
], | ||
"minFanCount": 1800, | ||
"fanCounts": [ | ||
3500, | ||
1400, | ||
875, | ||
525, | ||
350, | ||
315, | ||
280, | ||
245, | ||
210, | ||
175, | ||
140, | ||
105, | ||
88, | ||
70, | ||
53, | ||
35, | ||
35, | ||
35 | ||
], | ||
"gradePoints": [ | ||
80, | ||
48, | ||
32, | ||
16, | ||
16, | ||
8, | ||
8, | ||
8, | ||
8, | ||
8, | ||
8, | ||
8, | ||
8, | ||
8, | ||
8, | ||
8, | ||
8, | ||
8 | ||
], | ||
"shopCoins": [ | ||
100, | ||
60, | ||
60, | ||
30, | ||
30, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0, | ||
0 | ||
], | ||
"characters": [] | ||
}, | ||
[ | ||
203, | ||
655 | ||
] | ||
] | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.