test(e2e_order): fiter optimized #1510

Merged
alexm merged 4 commits from fix_orders_e2e into test 2023-05-10 09:41:56 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit e97d063832 - Show all commits

View File

@ -150,7 +150,7 @@ describe('Component vnCrudModel', () => {
controller.loadMore(true);
expect(controller.sendRequest).toHaveBeenCalledWith({'skip': 2}, true);
expect(controller.sendRequest).toHaveBeenCalledWith({'skip': 2}, true, true);
});
});