461bc9b931
* feat(testing): bump cypress version * feat(testing): bring changes from intial PR + helpers * feat(testing): add kubernetes rbac asserts * feat(testing): cleanup from previous changes Co-authored-by: Simon Meng <simon.meng@portainer.io>
10 lines
201 B
JavaScript
10 lines
201 B
JavaScript
export const STATEOBJECT = {
|
|
LOCAL_STORAGE_MEMORY: {},
|
|
USER_TOKENS: [],
|
|
ACTIVE_ENDPOINT_ID: '',
|
|
ACTIVE_ENDPOINT_TYPE: '',
|
|
ACTIVE_SWARM_ID: '',
|
|
ACTIVE_RESOURCE: '',
|
|
USER_RESOURCES: [],
|
|
};
|