This commit is contained in:
parent
6331996baf
commit
0083cdfc5b
|
@ -1,5 +1,5 @@
|
||||||
/// <reference types="cypress" />
|
/// <reference types="cypress" />
|
||||||
describe('InvoiceOut manual invoice', () => {
|
describe.skip('InvoiceOut manual invoice', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.viewport(1920, 1080);
|
cy.viewport(1920, 1080);
|
||||||
cy.login('developer');
|
cy.login('developer');
|
||||||
|
@ -10,7 +10,7 @@ describe('InvoiceOut manual invoice', () => {
|
||||||
it('should create an invoice from a ticket and go to that invoice', () => {
|
it('should create an invoice from a ticket and go to that invoice', () => {
|
||||||
cy.searchByLabel('Customer ID', '1101');
|
cy.searchByLabel('Customer ID', '1101');
|
||||||
cy.get(
|
cy.get(
|
||||||
'[data-q-vs-anchor=""] > :nth-child(1) > .q-checkbox > .q-checkbox__inner'
|
'[data-q-vs-anchor=""] > :nth-child(1) > .q-checkbox > .q-checkbox__inner',
|
||||||
).click();
|
).click();
|
||||||
cy.dataCy('ticketListMakeInvoiceBtn').click();
|
cy.dataCy('ticketListMakeInvoiceBtn').click();
|
||||||
cy.checkNotification('Data saved');
|
cy.checkNotification('Data saved');
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/// <reference types="cypress" />
|
/// <reference types="cypress" />
|
||||||
|
|
||||||
describe('Item list', () => {
|
describe.skip('Item list', () => {
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
cy.viewport(1920, 1080);
|
cy.viewport(1920, 1080);
|
||||||
cy.login('developer');
|
cy.login('developer');
|
||||||
|
|
Loading…
Reference in New Issue