lint warnings corrected + en json

This commit is contained in:
Carlos Jimenez 2018-09-05 08:27:50 +02:00
parent e00d054fe9
commit 9b6b08400f
3 changed files with 383 additions and 387 deletions

View File

@ -1,8 +1,7 @@
import selectors from '../../helpers/selectors.js';
import createNightmare from '../../helpers/helpers';
describe('Client', () => {
describe('Edit fiscalData path', () => {
describe('Client Edit fiscalData path', () => {
const nightmare = createNightmare();
beforeAll(() => {
@ -335,4 +334,3 @@ describe('Client', () => {
});
});
});
});

View File

@ -1,8 +1,7 @@
import selectors from '../../helpers/selectors.js';
import createNightmare from '../../helpers/helpers';
describe('Client', () => {
describe('Add address notes path', () => {
describe('Client add address notes path', () => {
const nightmare = createNightmare();
beforeAll(() => {
@ -95,5 +94,3 @@ describe('Client', () => {
});
});
});
});

View File

@ -31,5 +31,6 @@
"Sample type cannot be blank": "Sample type cannot be blank",
"The package cannot be blank": "The package cannot be blank",
"The warehouse can't be repeated": "The warehouse can't be repeated",
"The sales of that ticket can't be modified": "The sales of that ticket can't be modified"
"The sales of that ticket can't be modified": "The sales of that ticket can't be modified",
"The new quantity should be smaller than the old one": "The new quantity should be smaller than the old one"
}