salix-front/test/cypress/integration/client/14_balance.spec.js

9 lines
764 B
JavaScript

describe('Client balance path', () => {
it('should now edit the local user config data', async() => {
it('should create a new payment that clears the debt', async() => {
it('should edit the 1st line reference and check data', async() => {
it('should create a new payment, check the cash comparison works correctly and balance value is -100', async() => {
it('should create a new payment and check the cash exceeded the maximum', async() => {
it('should create a new payment that sets the balance back to negative value and check it', async() => {
it('should now click on the Clients button of the top bar menu', async() => {
it('should now search for the user Petter Parker not check the payment button is not present', async() => {