test: align puzzle next-level expectation
This commit is contained in:
@@ -7748,7 +7748,10 @@ test('formal puzzle runtime uses frontend move merge logic and backend leaderboa
|
||||
await user.click(within(dialog).getByRole('button', { name: '下一关' }));
|
||||
|
||||
await waitFor(() => {
|
||||
expect(advancePuzzleNextLevel).toHaveBeenCalledWith(clearedFirstLevel.runId);
|
||||
expect(advancePuzzleNextLevel).toHaveBeenCalledWith(
|
||||
clearedFirstLevel.runId,
|
||||
{},
|
||||
);
|
||||
});
|
||||
expect(
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user