IO-3181-Testing-Framework-Selection: Remove Cypress, upgrade Split

This commit is contained in:
Dave Richer
2025-03-24 11:04:07 -04:00
parent b9eb622207
commit 85f1d5cae2
36 changed files with 127 additions and 2336 deletions

View File

@@ -121,6 +121,11 @@ const userReducer = (state = INITIAL_STATE, action) => {
};
case UserActionTypes.SET_AUTH_LEVEL:
return { ...state, authLevel: action.payload };
case UserActionTypes.SET_IMEX_SHOP_ID:
return {
...state,
imexshopid: action.payload
};
default:
return state;
}