fix: flakiness in promiseTimeout test

This commit is contained in:
2024-09-22 15:49:14 -04:00
parent 896228961e
commit 3d0c76444e
4 changed files with 1277 additions and 1 deletions

View File

@@ -594,3 +594,241 @@ exports[`requests the "/episodes" route with list of episodes from Anify 1`] = `
"success": true,
}
`;
exports[`requests the "/episodes" route with list of episodes from Anify 1`] = `
{
"result": {
"episodes": [
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=103233",
"img": null,
"number": 1,
"rating": null,
"title": "Mission: Forgetter I",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=103632",
"img": null,
"number": 2,
"rating": null,
"title": "Mission: Forgetter II",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=104244",
"img": null,
"number": 3,
"rating": null,
"title": "Mission: Forgetter III",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=104620",
"img": null,
"number": 4,
"rating": null,
"title": "Mission: Forgetter IV",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=104844",
"img": null,
"number": 5,
"rating": null,
"title": "File: Glint",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=105761",
"img": null,
"number": 6,
"rating": null,
"title": "File: Dreamspeaker Thea",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=106135",
"img": null,
"number": 7,
"rating": null,
"title": "File: Forgetter Annette",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=106518",
"img": null,
"number": 8,
"rating": null,
"title": "Mission: Dreamspeaker I",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=106606",
"img": null,
"number": 9,
"rating": null,
"title": "Mission: Dreamspeaker II",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=106981",
"img": null,
"number": 10,
"rating": null,
"title": "Mission: Dreamspeaker III",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=107176",
"img": null,
"number": 11,
"rating": null,
"title": "Mission: Dreamspeaker IV",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=107247",
"img": null,
"number": 12,
"rating": null,
"title": "File: Flower Garden Lily",
"updatedAt": 0,
},
],
"providerId": "zoro",
},
"success": true,
}
`;
exports[`requests the "/episodes" route with list of episodes from Anify 1`] = `
{
"result": {
"episodes": [
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=103233",
"img": null,
"number": 1,
"rating": null,
"title": "Mission: Forgetter I",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=103632",
"img": null,
"number": 2,
"rating": null,
"title": "Mission: Forgetter II",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=104244",
"img": null,
"number": 3,
"rating": null,
"title": "Mission: Forgetter III",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=104620",
"img": null,
"number": 4,
"rating": null,
"title": "Mission: Forgetter IV",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=104844",
"img": null,
"number": 5,
"rating": null,
"title": "File: Glint",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=105761",
"img": null,
"number": 6,
"rating": null,
"title": "File: Dreamspeaker Thea",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=106135",
"img": null,
"number": 7,
"rating": null,
"title": "File: Forgetter Annette",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=106518",
"img": null,
"number": 8,
"rating": null,
"title": "Mission: Dreamspeaker I",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=106606",
"img": null,
"number": 9,
"rating": null,
"title": "Mission: Dreamspeaker II",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=106981",
"img": null,
"number": 10,
"rating": null,
"title": "Mission: Dreamspeaker III",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=107176",
"img": null,
"number": 11,
"rating": null,
"title": "Mission: Dreamspeaker IV",
"updatedAt": 0,
},
{
"description": null,
"id": "/watch/spy-classroom-season-2-18468?ep=107247",
"img": null,
"number": 12,
"rating": null,
"title": "File: Flower Garden Lily",
"updatedAt": 0,
},
],
"providerId": "zoro",
},
"success": true,
}
`;