webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js in katello-4.3.1 vs webpack/scenes/Subscriptions/__tests__/SubscriptionsPage.test.js in katello-4.4.0.rc1
- old
+ new
@@ -7,10 +7,9 @@
import { pingUpstreamSubscriptions } from '../UpstreamSubscriptions/UpstreamSubscriptionsActions';
import { checkSimpleContentAccessEligible } from '../Manifest/ManifestActions';
import { createColumns, updateColumns } from '../../../scenes/Settings/Tables/TableActions';
jest.mock('foremanReact/components/PermissionDenied');
-jest.mock('foremanReact/components/Pagination/PaginationWrapper', () => (<div>Pagination Mock</div>));
jest.mock('foremanReact/components/ForemanModal', () => (<div>ForemanModal Mock</div>));
const loadTables = () => new Promise((resolve) => {
resolve();
});