webpack/scenes/Subscriptions/__tests__/subscriptions.fixtures.js in katello-3.15.0.rc1.1 vs webpack/scenes/Subscriptions/__tests__/subscriptions.fixtures.js in katello-3.15.0.rc1.2
- old
+ new
@@ -1,11 +1,10 @@
import Immutable from 'seamless-immutable';
import { toastErrorAction, failureAction } from '../../../services/api/testHelpers';
export const initialState = Immutable({
loading: true,
- manifestModalOpened: false,
results: [],
pagination: {
page: 0,
perPage: 20,
},
@@ -254,11 +253,10 @@
selectedTableColumns: [],
});
export const successState = Immutable({
loading: false,
- manifestModalOpened: false,
results: [
{
id: 3,
cp_id: 'ff8080815ea5ea44015ea617b1a5000b',
subscription_id: 2,
@@ -324,11 +322,10 @@
tableColumns: [],
selectedTableColumns: [],
});
export const permissionDeniedState = Immutable({
loading: false,
- manifestModalOpened: false,
results: [],
searchIsActive: false,
search: undefined,
pagination: {
page: 1,
@@ -359,10 +356,9 @@
},
});
export const errorState = Immutable({
loading: false,
- manifestModalOpened: false,
pagination: {
page: 0,
perPage: 20,
},
itemCount: 0,