We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6f263 commit ba73a35Copy full SHA for ba73a35
special-pages/pages/history/integration-tests/history.page.js
@@ -334,7 +334,7 @@ export class HistoryTestPage {
334
await page.locator(`[data-action="entries_menu"][value=${nthItem.id}]`).click();
335
336
const calls = await this.mocks.waitForCallCount({ method: 'entries_menu', count: 1 });
337
- expect(calls[0].payload.params).toStrictEqual({ ids: ids });
+ expect(calls[0].payload.params).toStrictEqual({ ids });
338
cleanup();
339
}
340
0 commit comments