allowing(bulkInteractionContext);
allowing(eventBusService);
}
});
toDoItem.injectBulkInteractionContext(bulkInteractionContext);
toDoItem.injectEventBusService(eventBusService);
}
wrap(toDoItem).completed();
}
@Then("^the item is no longer listed as incomplete${symbol_dollar}")