5 lines
340 B
JavaScript
5 lines
340 B
JavaScript
|
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() => {
|