Files
portainer/test/e2e/cypress/support/vars.js
T
itsconquest 461bc9b931 Feat cypress rbac tests (#132)
* 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>
2020-12-09 12:17:07 +13:00

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: [],
};