fix: refs #8600 fixed calendar e2e
This commit is contained in:
parent
6d656339ac
commit
16531210e9
|
@ -5,7 +5,7 @@ describe('Client fiscal data', () => {
|
|||
cy.login('developer');
|
||||
cy.visit('#/customer/1107/fiscal-data');
|
||||
});
|
||||
xit('Should change required value when change customer', () => {
|
||||
it('Should change required value when change customer', () => {
|
||||
cy.get('.q-card').should('be.visible');
|
||||
cy.dataCy('sageTaxTypeFk').filter('input').should('not.have.attr', 'required');
|
||||
cy.get('#searchbar input').clear();
|
||||
|
|
|
@ -41,11 +41,9 @@ describe('ZoneCalendar', () => {
|
|||
});
|
||||
|
||||
it('should exclude an event', () => {
|
||||
cy.visit(`/#/zone/2/events`);
|
||||
cy.visit(`/#/zone/1/events`);
|
||||
cy.get('.q-mb-sm > .q-radio__inner').click();
|
||||
cy.get(
|
||||
'.q-current-day > .q-calendar-month__day--content > [data-cy="ZoneCalendarDay"]',
|
||||
).click();
|
||||
cy.get('.q-current-day > .q-calendar-month__day--label__wrapper').click();
|
||||
cy.get('.q-mt-lg > .q-btn--standard').click();
|
||||
cy.get(
|
||||
'.q-current-day > .q-calendar-month__day--content > [data-cy="ZoneCalendarDay"]',
|
||||
|
|
Loading…
Reference in New Issue