salix-front/test/cypress/integration/client/06_add_address_notes.spec.js

5 lines
340 B
JavaScript
Raw Normal View History

describe('Client add address notes path', () => {
it(`should click on the edit icon of the default address`, async() => {
it('should not save a description without observation type', async() => {
it('should not save an observation type without description', async() => {
it('should create two new observations', async() => {