salix-front/test/cypress/integration/client/15_user_config.spec.js

12 lines
674 B
JavaScript

describe('User config', () => {
describe('as salesPerson', () => {
it('should login', async() => {
it('should now open the user config form to check the settings', async() => {
describe('as employee', () => {
it('should log in', async() => {
it('should open the user config form to check the settings', async() => {
it('should now edit the user config data', async() => {
describe('as salesPerson 2nd run', () => {
it('should log in once more', async() => {
it('should again open the user config form to check the local settings', async() => {
it('should now clear the local settings', async() => {