mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-09 00:49:27 +02:00
Fix Bug-Type Superfan Encounter Test
This commit is contained in:
parent
9b04ef3dba
commit
a6752c2062
@ -253,7 +253,7 @@ describe("Bug-Type Superfan - Mystery Encounter", () => {
|
||||
});
|
||||
|
||||
it("should start battle against the Bug-Type Superfan with wave 70 party template", async () => {
|
||||
game.override.startingWave(61);
|
||||
game.override.startingWave(62);
|
||||
await game.runToMysteryEncounter(MysteryEncounterType.BUG_TYPE_SUPERFAN, defaultParty);
|
||||
await runMysteryEncounterToEnd(game, 1, undefined, true);
|
||||
|
||||
@ -268,7 +268,7 @@ describe("Bug-Type Superfan - Mystery Encounter", () => {
|
||||
});
|
||||
|
||||
it("should start battle against the Bug-Type Superfan with wave 100 party template", async () => {
|
||||
game.override.startingWave(81);
|
||||
game.override.startingWave(82);
|
||||
await game.runToMysteryEncounter(MysteryEncounterType.BUG_TYPE_SUPERFAN, defaultParty);
|
||||
await runMysteryEncounterToEnd(game, 1, undefined, true);
|
||||
|
||||
@ -284,7 +284,7 @@ describe("Bug-Type Superfan - Mystery Encounter", () => {
|
||||
});
|
||||
|
||||
it("should start battle against the Bug-Type Superfan with wave 120 party template", async () => {
|
||||
game.override.startingWave(111);
|
||||
game.override.startingWave(112);
|
||||
await game.runToMysteryEncounter(MysteryEncounterType.BUG_TYPE_SUPERFAN, defaultParty);
|
||||
await runMysteryEncounterToEnd(game, 1, undefined, true);
|
||||
|
||||
@ -302,7 +302,7 @@ describe("Bug-Type Superfan - Mystery Encounter", () => {
|
||||
});
|
||||
|
||||
it("should start battle against the Bug-Type Superfan with wave 140 party template", async () => {
|
||||
game.override.startingWave(131);
|
||||
game.override.startingWave(132);
|
||||
await game.runToMysteryEncounter(MysteryEncounterType.BUG_TYPE_SUPERFAN, defaultParty);
|
||||
await runMysteryEncounterToEnd(game, 1, undefined, true);
|
||||
|
||||
@ -320,7 +320,7 @@ describe("Bug-Type Superfan - Mystery Encounter", () => {
|
||||
});
|
||||
|
||||
it("should start battle against the Bug-Type Superfan with wave 160 party template", async () => {
|
||||
game.override.startingWave(151);
|
||||
game.override.startingWave(152);
|
||||
await game.runToMysteryEncounter(MysteryEncounterType.BUG_TYPE_SUPERFAN, defaultParty);
|
||||
await runMysteryEncounterToEnd(game, 1, undefined, true);
|
||||
|
||||
@ -338,7 +338,7 @@ describe("Bug-Type Superfan - Mystery Encounter", () => {
|
||||
});
|
||||
|
||||
it("should start battle against the Bug-Type Superfan with wave 180 party template", async () => {
|
||||
game.override.startingWave(171);
|
||||
game.override.startingWave(172);
|
||||
await game.runToMysteryEncounter(MysteryEncounterType.BUG_TYPE_SUPERFAN, defaultParty);
|
||||
await runMysteryEncounterToEnd(game, 1, undefined, true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user