Merge branch 'dev' of https://git.verdnatura.es/salix into dev
This commit is contained in:
commit
52503c1015
|
@ -14,8 +14,8 @@ describe('Client', () => {
|
|||
controller = $componentController('vnClientIndex');
|
||||
}));
|
||||
|
||||
it('should define and set model property as an empty object', () => {
|
||||
expect(controller.model).toEqual({});
|
||||
it('should define and set clientSelected property as null', () => {
|
||||
expect(controller.clientSelected).toEqual(null);
|
||||
});
|
||||
|
||||
// describe('search()', () => {
|
||||
|
|
|
@ -16,7 +16,7 @@ export default {
|
|||
clientsIndex: {
|
||||
searchClientInput: `${components.vnTextfield}`,
|
||||
searchButton: `${components.vnSearchBar} > vn-icon-button > button`,
|
||||
searchResult: `${components.vnItemClient}:nth-child(1) > a`,
|
||||
searchResult: `${components.vnItemClient}:nth-child(1) > vn-horizontal > a`,
|
||||
createClientButton: `${components.vnFloatButton}`
|
||||
},
|
||||
createClientView: {
|
||||
|
|
Loading…
Reference in New Issue