Merge branch 'dev' into 8825-bajaOpinionCredito
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
commit
4057110a82
|
@ -80,7 +80,6 @@ function isRequired({ isTaxDataChecked: taxDataChecked }) {
|
||||||
@on-data-saved="checkEtChanges"
|
@on-data-saved="checkEtChanges"
|
||||||
>
|
>
|
||||||
<template #form="{ data, validate, validations }">
|
<template #form="{ data, validate, validations }">
|
||||||
{{ isTaxDataChecked }} {{ data.isTaxDataChecked }}
|
|
||||||
<VnRow>
|
<VnRow>
|
||||||
<VnInput
|
<VnInput
|
||||||
:label="t('Social name')"
|
:label="t('Social name')"
|
||||||
|
|
|
@ -7,7 +7,7 @@ function checkSageFields(isRequired = false) {
|
||||||
describe('Client fiscal data', () => {
|
describe('Client fiscal data', () => {
|
||||||
describe('#1008', () => {
|
describe('#1008', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.viewport(1280, 720);
|
cy.viewport(1920, 1080);
|
||||||
cy.login('developer');
|
cy.login('developer');
|
||||||
cy.visit('#/customer/1108/fiscal-data');
|
cy.visit('#/customer/1108/fiscal-data');
|
||||||
});
|
});
|
||||||
|
@ -27,12 +27,12 @@ describe('Client fiscal data', () => {
|
||||||
});
|
});
|
||||||
describe('#1007', () => {
|
describe('#1007', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.viewport(1280, 720);
|
cy.viewport(1920, 1080);
|
||||||
cy.login('developer');
|
cy.login('developer');
|
||||||
cy.visit('#/customer/1107/fiscal-data');
|
cy.visit('#/customer/1107/fiscal-data');
|
||||||
});
|
});
|
||||||
|
|
||||||
it('check as equalizated', () => {
|
it.skip('check as equalizated', () => {
|
||||||
cy.dataCy('vnCheckboxIs equalizated').click();
|
cy.dataCy('vnCheckboxIs equalizated').click();
|
||||||
cy.get('.q-btn-group > .q-btn--standard > .q-btn__content').click();
|
cy.get('.q-btn-group > .q-btn--standard > .q-btn__content').click();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue