// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Account menu -tenant switch panel confirm button and renders renders when both global and private tenant enabled 1`] = `

Select your tenant

Tenants are useful for safely sharing your work with other OpenSearch Dashboards users. You can switch your tenant anytime by clicking the user avatar on top right. Global The global tenant is shared between every OpenSearch Dashboards user. , }, Object { "disabled": false, "id": "private", "label": Private The private tenant is exclusive to each user and can't be shared. You might use the private tenant for exploratory work. , }, Object { "disabled": false, "id": "custom", "label": Choose from custom , }, ] } />
Cancel Confirm
`; exports[`Account menu -tenant switch panel confirm button and renders renders when global tenant disabled 1`] = `

Select your tenant

Tenants are useful for safely sharing your work with other OpenSearch Dashboards users. You can switch your tenant anytime by clicking the user avatar on top right. Global The global tenant is shared between every OpenSearch Dashboards user. Contact the administrator to enable global tenant. , }, Object { "disabled": false, "id": "private", "label": Private The private tenant is exclusive to each user and can't be shared. You might use the private tenant for exploratory work. , }, Object { "disabled": false, "id": "custom", "label": Choose from custom , }, ] } />
Cancel Confirm
`; exports[`Account menu -tenant switch panel confirm button and renders renders when private tenant disabled 1`] = `

Select your tenant

Tenants are useful for safely sharing your work with other OpenSearch Dashboards users. You can switch your tenant anytime by clicking the user avatar on top right. Global The global tenant is shared between every OpenSearch Dashboards user. , }, Object { "disabled": true, "id": "private", "label": Private The private tenant is exclusive to each user and can't be shared. You might use the private tenant for exploratory work. Contact the administrator to enable private tenant. , }, Object { "disabled": false, "id": "custom", "label": Choose from custom , }, ] } />
Cancel Confirm
`; exports[`Account menu -tenant switch panel confirm button and renders renders when user has default read only role 1`] = `

Select your tenant

Tenants are useful for safely sharing your work with other OpenSearch Dashboards users. You can switch your tenant anytime by clicking the user avatar on top right. Global The global tenant is shared between every OpenSearch Dashboards user. , }, Object { "disabled": true, "id": "private", "label": Private The private tenant is exclusive to each user and can't be shared. You might use the private tenant for exploratory work. Your account has read-only privileges only, using the private tenant is not possible. , }, Object { "disabled": false, "id": "custom", "label": Choose from custom , }, ] } />
Cancel Confirm
`; exports[`Account menu -tenant switch panel confirm button and renders renders when user has read only role 1`] = `

Select your tenant

Tenants are useful for safely sharing your work with other OpenSearch Dashboards users. You can switch your tenant anytime by clicking the user avatar on top right. Global The global tenant is shared between every OpenSearch Dashboards user. , }, Object { "disabled": true, "id": "private", "label": Private The private tenant is exclusive to each user and can't be shared. You might use the private tenant for exploratory work. Your account has read-only privileges only, using the private tenant is not possible. , }, Object { "disabled": false, "id": "custom", "label": Choose from custom , }, ] } />
Cancel Confirm
`;